Package com.gpudb.protocol
Class VisualizeIsochroneRequest.ContourOptions
- java.lang.Object
-
- com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
-
- Enclosing class:
- VisualizeIsochroneRequest
public static final class VisualizeIsochroneRequest.ContourOptions extends Object
A set of string constants for theVisualizeIsochroneRequestparametercontourOptions.Solver specific parameters
-
-
Field Summary
Fields Modifier and Type Field Description static String_102100static String_3857static String_900913static StringADD_LABELSIf set toTRUE, add labels to the isolines.static StringCOLOR_ISOLINESColor each isoline according to the colormap; otherwise, use the foreground color.static StringEPSG_102100static StringEPSG_3857static StringEPSG_4326static StringEPSG_900913static StringFALSEstatic StringGRID_SIZEWhen interpolating the graph solution to generate the isochrone, number of subdivisions along the x axis when building the grid (the y is computed using the aspect ratio of the output image).static StringHEIGHTWhengenerateImageis set toTRUE, height of the generated image.static StringLABELS_FONT_FAMILYWhenADD_LABELSis set toTRUE, font name to be used when adding labels.static StringLABELS_FONT_SIZEWhenADD_LABELSis set toTRUE, size of the font (in pixels) to use for labels.static StringLABELS_INTERLEVEL_SEPARATIONWhenADD_LABELSis set toTRUE, this value determines the distance (in percent of the total window size) to use when separating labels of the same value.static StringLABELS_INTRALEVEL_SEPARATIONWhenADD_LABELSis set toTRUE, this value determines the distance (in multiples of theLABELS_FONT_SIZE) to use when separating labels of different values.static StringLABELS_MAX_ANGLEWhenADD_LABELSis set toTRUE, maximum angle (in degrees) from the vertical to use when adding labels.static StringLABELS_SEARCH_WINDOWWhenADD_LABELSis set toTRUE, a search window is used to rate the local quality of each isoline.static StringPLATE_CARREEstatic StringPROJECTIONSpatial Reference System (i.e. EPSG Code).static StringSEARCH_RADIUSWhen interpolating the graph solution to generate the isochrone, neighborhood of influence of sample data (in percent of the image/grid).static StringTRUEstatic StringWEB_MERCATORstatic StringWIDTHWhengenerateImageis set toTRUE, width of the generated image.
-
-
-
Field Detail
-
PROJECTION
public static final String PROJECTION
Spatial Reference System (i.e. EPSG Code). Supported values: The default value isPLATE_CARREE.- See Also:
- Constant Field Values
-
_3857
public static final String _3857
- See Also:
- Constant Field Values
-
_102100
public static final String _102100
- See Also:
- Constant Field Values
-
_900913
public static final String _900913
- See Also:
- Constant Field Values
-
EPSG_4326
public static final String EPSG_4326
- See Also:
- Constant Field Values
-
PLATE_CARREE
public static final String PLATE_CARREE
- See Also:
- Constant Field Values
-
EPSG_900913
public static final String EPSG_900913
- See Also:
- Constant Field Values
-
EPSG_102100
public static final String EPSG_102100
- See Also:
- Constant Field Values
-
EPSG_3857
public static final String EPSG_3857
- See Also:
- Constant Field Values
-
WEB_MERCATOR
public static final String WEB_MERCATOR
- See Also:
- Constant Field Values
-
WIDTH
public static final String WIDTH
WhengenerateImageis set toTRUE, width of the generated image. The default value is '512'.- See Also:
- Constant Field Values
-
HEIGHT
public static final String HEIGHT
WhengenerateImageis set toTRUE, height of the generated image. If the default value is used, theHEIGHTis set to the value resulting from multiplying the aspect ratio by theWIDTH. The default value is '-1'.- See Also:
- Constant Field Values
-
SEARCH_RADIUS
public static final String SEARCH_RADIUS
When interpolating the graph solution to generate the isochrone, neighborhood of influence of sample data (in percent of the image/grid). The default value is '20'.- See Also:
- Constant Field Values
-
GRID_SIZE
public static final String GRID_SIZE
When interpolating the graph solution to generate the isochrone, number of subdivisions along the x axis when building the grid (the y is computed using the aspect ratio of the output image). The default value is '100'.- See Also:
- Constant Field Values
-
COLOR_ISOLINES
public static final String COLOR_ISOLINES
Color each isoline according to the colormap; otherwise, use the foreground color. Supported values: The default value isTRUE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
ADD_LABELS
public static final String ADD_LABELS
- See Also:
- Constant Field Values
-
LABELS_FONT_SIZE
public static final String LABELS_FONT_SIZE
WhenADD_LABELSis set toTRUE, size of the font (in pixels) to use for labels. The default value is '12'.- See Also:
- Constant Field Values
-
LABELS_FONT_FAMILY
public static final String LABELS_FONT_FAMILY
WhenADD_LABELSis set toTRUE, font name to be used when adding labels. The default value is 'arial'.- See Also:
- Constant Field Values
-
LABELS_SEARCH_WINDOW
public static final String LABELS_SEARCH_WINDOW
WhenADD_LABELSis set toTRUE, a search window is used to rate the local quality of each isoline. Smooth, continuous, long stretches with relatively flat angles are favored. The provided value is multiplied by theLABELS_FONT_SIZEto calculate the final window size. The default value is '4'.- See Also:
- Constant Field Values
-
LABELS_INTRALEVEL_SEPARATION
public static final String LABELS_INTRALEVEL_SEPARATION
WhenADD_LABELSis set toTRUE, this value determines the distance (in multiples of theLABELS_FONT_SIZE) to use when separating labels of different values. The default value is '4'.- See Also:
- Constant Field Values
-
LABELS_INTERLEVEL_SEPARATION
public static final String LABELS_INTERLEVEL_SEPARATION
WhenADD_LABELSis set toTRUE, this value determines the distance (in percent of the total window size) to use when separating labels of the same value. The default value is '20'.- See Also:
- Constant Field Values
-
LABELS_MAX_ANGLE
public static final String LABELS_MAX_ANGLE
WhenADD_LABELSis set toTRUE, maximum angle (in degrees) from the vertical to use when adding labels. The default value is '60'.- See Also:
- Constant Field Values
-
-