Package org.mapsforge.poi.writer.util
Class Constants
- java.lang.Object
-
- org.mapsforge.poi.writer.util.Constants
-
public final class Constants extends java.lang.ObjectDefines some constants.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCREATOR_NAMEThe name of the POI writer.static java.lang.StringDEFAULT_PARAM_OUTFILEDefault name for out file.static java.lang.StringPROPERTY_NAME_FILE_SPECIFICATION_VERSIONThe name of the property that refers to the version of the map file specification.static java.lang.StringPROPERTY_NAME_WRITER_VERSIONThe name of the property that refers to the version of the POI writer.
-
-
-
Field Detail
-
CREATOR_NAME
public static final java.lang.String CREATOR_NAME
The name of the POI writer.- See Also:
- Constant Field Values
-
DEFAULT_PARAM_OUTFILE
public static final java.lang.String DEFAULT_PARAM_OUTFILE
Default name for out file.- See Also:
- Constant Field Values
-
PROPERTY_NAME_FILE_SPECIFICATION_VERSION
public static final java.lang.String PROPERTY_NAME_FILE_SPECIFICATION_VERSION
The name of the property that refers to the version of the map file specification.- See Also:
- Constant Field Values
-
PROPERTY_NAME_WRITER_VERSION
public static final java.lang.String PROPERTY_NAME_WRITER_VERSION
The name of the property that refers to the version of the POI writer.- See Also:
- Constant Field Values
-
-