Package org.mapfish.print
Class Constants
java.lang.Object
org.mapfish.print.Constants
Strings used in configurations etc... User: jeichar Date: Sep 30, 2010 Time: 4:27:46 PM
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CharsetThe default charset.static final StringThe default encoding to use throughout the system.static final doubleUsed to convert inches in mm.static final StringThe layout tag in the json spec file.static final doubleThe OGC standard dpi.static final doubleThe OGC standard pixel size in mm.static final doubleThe amount of precision to use when comparing opacity levels.static final StringThe output filename in the json spec file.static final doubleThe DPI of a PDF according to the spec. -
Method Summary
-
Field Details
-
JSON_LAYOUT_KEY
The layout tag in the json spec file.- See Also:
-
OUTPUT_FILENAME_KEY
The output filename in the json spec file.- See Also:
-
DEFAULT_ENCODING
The default encoding to use throughout the system. This can be set by setting the system property:mapfish.file.encoding
before starting the JVM.
-
DEFAULT_CHARSET
The default charset. Depends onDEFAULT_ENCODING. -
PDF_DPI
public static final double PDF_DPIThe DPI of a PDF according to the spec. Also the DPI used by old Openlayers versions (2.0 and earlier).- See Also:
-
INCH_TO_MM
public static final double INCH_TO_MMUsed to convert inches in mm.- See Also:
-
OGC_PIXEL_SIZE
public static final double OGC_PIXEL_SIZEThe OGC standard pixel size in mm.- See Also:
-
OGC_DPI
public static final double OGC_DPIThe OGC standard dpi. (About 90 dpi)- See Also:
-
OPACITY_PRECISION
public static final double OPACITY_PRECISIONThe amount of precision to use when comparing opacity levels. For example 0.0009 is considered the same as 0.0 for opacity- See Also:
-