Package mil.nga.geopackage.property
Class PropertyConstants
- java.lang.Object
- 
- mil.nga.geopackage.property.PropertyConstants
 
- 
 public class PropertyConstants extends Object GeoPackage property constants- Author:
- osbornb
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringCONTENTS_DATA_TYPECustom data typesstatic StringDEFINITIONSRS definitionstatic StringDEFINITION_12_063SRS definition_12_063static StringDESCRIPTIONSRS descriptionstatic StringEXTENSIONSGeoPackage extensionsstatic StringFEATURE_GENERATORFeature generatorstatic StringFEATURE_GENERATOR_DOWNLOAD_ATTEMPTSFeature generator download attemptsstatic StringGEO_PACKAGEGeoPackagestatic StringORGANIZATIONSRS organizationstatic StringORGANIZATION_COORDSYS_IDSRS Organization Coordinate System IDstatic StringPROPERTIES_FILEProperty file namestatic StringPROPERTY_DIVIDERProperty part dividerstatic StringSQLSQL scriptstatic StringSRSSpatial Reference Systemsstatic StringSRS_IDSRS idstatic StringSRS_NAMESRS namestatic StringUNDEFINED_CARTESIANUndefined Cartesian SRSstatic StringUNDEFINED_GEOGRAPHICUndefined Geographic SRSstatic StringWEB_MERCATORWeb Mercator SRSstatic StringWGS_84WGS 84 SRSstatic StringWGS_84_3DWGS 84 3D SRS
 - 
Constructor SummaryConstructors Constructor Description PropertyConstants()
 
- 
- 
- 
Field Detail- 
PROPERTIES_FILEpublic static final String PROPERTIES_FILE Property file name- See Also:
- Constant Field Values
 
 - 
PROPERTY_DIVIDERpublic static final String PROPERTY_DIVIDER Property part divider- See Also:
- Constant Field Values
 
 - 
GEO_PACKAGEpublic static final String GEO_PACKAGE GeoPackage- See Also:
- Constant Field Values
 
 - 
SRSpublic static final String SRS Spatial Reference Systems
 - 
WGS_84public static final String WGS_84 WGS 84 SRS
 - 
UNDEFINED_CARTESIANpublic static final String UNDEFINED_CARTESIAN Undefined Cartesian SRS
 - 
UNDEFINED_GEOGRAPHICpublic static final String UNDEFINED_GEOGRAPHIC Undefined Geographic SRS
 - 
WEB_MERCATORpublic static final String WEB_MERCATOR Web Mercator SRS
 - 
WGS_84_3Dpublic static final String WGS_84_3D WGS 84 3D SRS- Since:
- 1.2.1
 
 - 
SRS_NAMEpublic static final String SRS_NAME SRS name- See Also:
- Constant Field Values
 
 - 
SRS_IDpublic static final String SRS_ID SRS id- See Also:
- Constant Field Values
 
 - 
ORGANIZATIONpublic static final String ORGANIZATION SRS organization- See Also:
- Constant Field Values
 
 - 
ORGANIZATION_COORDSYS_IDpublic static final String ORGANIZATION_COORDSYS_ID SRS Organization Coordinate System ID- See Also:
- Constant Field Values
 
 - 
DEFINITIONpublic static final String DEFINITION SRS definition- See Also:
- Constant Field Values
 
 - 
DESCRIPTIONpublic static final String DESCRIPTION SRS description- See Also:
- Constant Field Values
 
 - 
DEFINITION_12_063public static final String DEFINITION_12_063 SRS definition_12_063- Since:
- 1.2.1
- See Also:
- Constant Field Values
 
 - 
SQLpublic static final String SQL SQL script- See Also:
- Constant Field Values
 
 - 
EXTENSIONSpublic static final String EXTENSIONS GeoPackage extensions
 - 
CONTENTS_DATA_TYPEpublic static final String CONTENTS_DATA_TYPE Custom data types- Since:
- 4.0.0
 
 - 
FEATURE_GENERATORpublic static final String FEATURE_GENERATOR Feature generator
 - 
FEATURE_GENERATOR_DOWNLOAD_ATTEMPTSpublic static final String FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS Feature generator download attempts- See Also:
- Constant Field Values
 
 
- 
 
-