public interface Constants
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Constants.Style
Style related constants.
|
| Modifier and Type | Field and Description |
|---|---|
static java.nio.charset.Charset |
DEFAULT_CHARSET
The default charset.
|
static java.lang.String |
DEFAULT_ENCODING
The default encoding to use throughout the system.
|
static java.lang.String |
JSON_LAYOUT_KEY
The layout tag in the json spec file.
|
static double |
OGC_DPI
The OGC standard dpi.
|
static double |
OPACITY_PRECISION
The amount of precision to use when comparing opacity levels.
|
static java.lang.String |
OUTPUT_FILENAME_KEY
The output filename in the json spec file.
|
static double |
PDF_DPI
The DPI of a PDF according to the spec.
|
static final java.lang.String JSON_LAYOUT_KEY
static final java.lang.String OUTPUT_FILENAME_KEY
static final java.lang.String DEFAULT_ENCODING
static final java.nio.charset.Charset DEFAULT_CHARSET
DEFAULT_ENCODING.static final double PDF_DPI
static final double OGC_DPI
static final double OPACITY_PRECISION