Package mil.nga.geopackage
Class GeoPackageConstants
- java.lang.Object
- 
- mil.nga.geopackage.GeoPackageConstants
 
- 
 public class GeoPackageConstants extends Object GeoPackage constants- Author:
- osbornb
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringAPPLICATION_IDGeoPackage application idstatic StringEXTENDED_EXTENSIONDeprecated.in GeoPackage version 1.2static StringEXTENSIONExtension to GeoPackage filesstatic StringEXTENSION_AUTHORGeoPackage authorstatic StringGEOMETRY_EXTENSION_PREFIXGeometry extension prefixstatic StringGEOMETRY_MAGIC_NUMBERExpected magic numberstatic byteGEOMETRY_VERSION_1Expected version 1 valuestatic StringMEDIA_TYPEGeoPackage Media Type (MIME type)static StringSQLITE_APPLICATION_IDSQLite default application idstatic StringSQLITE_HEADER_PREFIXSQLite header string prefixstatic StringUNDEFINED_DEFINITIONOptional undefined Spatial Reference System definition valuestatic intUSER_VERSIONGeoPackage user version 1.3.1
 - 
Constructor SummaryConstructors Constructor Description GeoPackageConstants()
 
- 
- 
- 
Field Detail- 
EXTENSIONpublic static final String EXTENSION Extension to GeoPackage files- See Also:
- Constant Field Values
 
 - 
EXTENDED_EXTENSIONpublic static final String EXTENDED_EXTENSION Deprecated.in GeoPackage version 1.2Extension to GeoPackage extension files- See Also:
- Constant Field Values
 
 - 
MEDIA_TYPEpublic static final String MEDIA_TYPE GeoPackage Media Type (MIME type)- Since:
- 3.5.0
- See Also:
- Constant Field Values
 
 - 
APPLICATION_IDpublic static final String APPLICATION_ID GeoPackage application id- See Also:
- Constant Field Values
 
 - 
USER_VERSIONpublic static final int USER_VERSION GeoPackage user version 1.3.1- Since:
- 1.2.1
- See Also:
- Constant Field Values
 
 - 
GEOMETRY_MAGIC_NUMBERpublic static final String GEOMETRY_MAGIC_NUMBER Expected magic number- See Also:
- Constant Field Values
 
 - 
GEOMETRY_VERSION_1public static final byte GEOMETRY_VERSION_1 Expected version 1 value- See Also:
- Constant Field Values
 
 - 
SQLITE_HEADER_PREFIXpublic static final String SQLITE_HEADER_PREFIX SQLite header string prefix- See Also:
- Constant Field Values
 
 - 
SQLITE_APPLICATION_IDpublic static final String SQLITE_APPLICATION_ID SQLite default application id- Since:
- 4.0.0
- See Also:
- Constant Field Values
 
 - 
EXTENSION_AUTHORpublic static final String EXTENSION_AUTHOR GeoPackage author- See Also:
- Constant Field Values
 
 - 
GEOMETRY_EXTENSION_PREFIXpublic static final String GEOMETRY_EXTENSION_PREFIX Geometry extension prefix- See Also:
- Constant Field Values
 
 - 
UNDEFINED_DEFINITIONpublic static final String UNDEFINED_DEFINITION Optional undefined Spatial Reference System definition value- See Also:
- Constant Field Values
 
 
- 
 
-