public final class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CREATOR_NAME
The name of the map file writer.
|
static int |
DEFAULT_PARAM_BBOX_ENLARGEMENT
Default bbox enlargement.
|
static java.lang.String |
DEFAULT_PARAM_ENCODING
Default coordinate encoding.
|
static java.lang.String |
DEFAULT_PARAM_OUTFILE
Default name for out file.
|
static java.lang.String |
DEFAULT_PARAM_TYPE
Default data processor type.
|
static double |
DEFAULT_SIMPLIFICATION_FACTOR
Default simplification factor.
|
static int |
DEFAULT_SIMPLIFICATION_MAX_ZOOM
The default maximum base zoom level for which we apply a simplification algorithm to filter way points.
|
static int |
DEFAULT_TILE_SIZE
The default size of a tile in pixel.
|
static java.lang.String |
PROPERTY_NAME_FILE_SPECIFICATION_VERSION_MAX
The name of the property that refers to the highest version of the map file specification supported by this implementation.
|
static java.lang.String |
PROPERTY_NAME_FILE_SPECIFICATION_VERSION_MIN
The name of the property that refers to the lowest version of the map file specification supported by this implementation.
|
static java.lang.String |
PROPERTY_NAME_WRITER_VERSION
The name of the property that refers to the version of the map file writer.
|
public static final java.lang.String CREATOR_NAME
public static final int DEFAULT_PARAM_BBOX_ENLARGEMENT
public static final java.lang.String DEFAULT_PARAM_ENCODING
public static final java.lang.String DEFAULT_PARAM_OUTFILE
public static final java.lang.String DEFAULT_PARAM_TYPE
public static final double DEFAULT_SIMPLIFICATION_FACTOR
public static final int DEFAULT_TILE_SIZE
public static final int DEFAULT_SIMPLIFICATION_MAX_ZOOM
public static final java.lang.String PROPERTY_NAME_FILE_SPECIFICATION_VERSION_MIN
public static final java.lang.String PROPERTY_NAME_FILE_SPECIFICATION_VERSION_MAX
public static final java.lang.String PROPERTY_NAME_WRITER_VERSION