public static final class VisualizeIsochroneRequest.ContourOptions extends Object
VisualizeIsochroneRequest
parameter contourOptions
.
Solver specific parameters
Modifier and Type | Field and Description |
---|---|
static String |
_102100 |
static String |
_3857 |
static String |
_900913 |
static String |
ADD_LABELS
If set to
TRUE , add labels to the
isolines. |
static String |
COLOR_ISOLINES
Color each isoline according to the colormap; otherwise, use the
foreground color.
|
static String |
EPSG_102100 |
static String |
EPSG_3857 |
static String |
EPSG_4326 |
static String |
EPSG_900913 |
static String |
FALSE |
static 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).
|
static String |
HEIGHT
When
generateImage is set to TRUE , height of the generated image. |
static String |
LABELS_FONT_FAMILY
When
ADD_LABELS is set to TRUE , font name to be used when adding labels. |
static String |
LABELS_FONT_SIZE
When
ADD_LABELS is set to TRUE , size of the font (in pixels) to use for
labels. |
static String |
LABELS_INTERLEVEL_SEPARATION
When
ADD_LABELS is set to TRUE , this value determines the distance (in
percent of the total window size) to use when separating labels of
the same value. |
static String |
LABELS_INTRALEVEL_SEPARATION
When
ADD_LABELS is set to TRUE , this value determines the distance (in
multiples of the LABELS_FONT_SIZE ) to use when separating labels of different
values. |
static String |
LABELS_MAX_ANGLE
When
ADD_LABELS is set to TRUE , maximum angle (in degrees) from the
vertical to use when adding labels. |
static String |
LABELS_SEARCH_WINDOW
When
ADD_LABELS is set to TRUE , a search window is used to rate the local
quality of each isoline. |
static String |
PLATE_CARREE |
static String |
PROJECTION
Spatial Reference System (i.e.
|
static String |
SEARCH_RADIUS
When interpolating the graph solution to generate the isochrone,
neighborhood of influence of sample data (in percent of the
image/grid).
|
static String |
TRUE |
static String |
WEB_MERCATOR |
static String |
WIDTH
When
generateImage is set to TRUE , width of the generated image. |
public static final String PROJECTION
PLATE_CARREE
.public static final String _3857
public static final String _102100
public static final String _900913
public static final String EPSG_4326
public static final String PLATE_CARREE
public static final String EPSG_900913
public static final String EPSG_102100
public static final String EPSG_3857
public static final String WEB_MERCATOR
public static final String WIDTH
generateImage
is set to TRUE
, width of the generated image. The default
value is '512'.public static final String HEIGHT
generateImage
is set to TRUE
, height of the generated image. If the
default value is used, the HEIGHT
is
set to the value resulting from multiplying the aspect ratio by the
WIDTH
. The default value is '-1'.public static final String SEARCH_RADIUS
public static final String GRID_SIZE
public static final String COLOR_ISOLINES
TRUE
.public static final String TRUE
public static final String FALSE
public static final String ADD_LABELS
public static final String LABELS_FONT_SIZE
ADD_LABELS
is set to TRUE
, size of the font (in pixels) to use for
labels. The default value is '12'.public static final String LABELS_FONT_FAMILY
ADD_LABELS
is set to TRUE
, font name to be used when adding labels.
The default value is 'arial'.public static final String LABELS_SEARCH_WINDOW
ADD_LABELS
is set to TRUE
, 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 the LABELS_FONT_SIZE
to
calculate the final window size. The default value is '4'.public static final String LABELS_INTRALEVEL_SEPARATION
ADD_LABELS
is set to TRUE
, this value determines the distance (in
multiples of the LABELS_FONT_SIZE
) to use when separating labels of different
values. The default value is '4'.public static final String LABELS_INTERLEVEL_SEPARATION
ADD_LABELS
is set to TRUE
, 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'.public static final String LABELS_MAX_ANGLE
ADD_LABELS
is set to TRUE
, maximum angle (in degrees) from the
vertical to use when adding labels. The default value is '60'.Copyright © 2025. All rights reserved.