Class PropertyConstants


  • public class PropertyConstants
    extends Object
    GeoPackage property constants
    Author:
    osbornb
    • Field Detail

      • SRS

        public static final String SRS
        Spatial Reference Systems
      • WGS_84

        public static final String WGS_84
        WGS 84 SRS
      • UNDEFINED_CARTESIAN

        public static final String UNDEFINED_CARTESIAN
        Undefined Cartesian SRS
      • UNDEFINED_GEOGRAPHIC

        public static final String UNDEFINED_GEOGRAPHIC
        Undefined Geographic SRS
      • WEB_MERCATOR

        public static final String WEB_MERCATOR
        Web Mercator SRS
      • WGS_84_3D

        public static final String WGS_84_3D
        WGS 84 3D SRS
        Since:
        1.2.1
      • ORGANIZATION_COORDSYS_ID

        public static final String ORGANIZATION_COORDSYS_ID
        SRS Organization Coordinate System ID
        See Also:
        Constant Field Values
      • EXTENSIONS

        public static final String EXTENSIONS
        GeoPackage extensions
      • CONTENTS_DATA_TYPE

        public static final String CONTENTS_DATA_TYPE
        Custom data types
        Since:
        4.0.0
      • FEATURE_GENERATOR

        public static final String FEATURE_GENERATOR
        Feature generator
      • FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS

        public static final String FEATURE_GENERATOR_DOWNLOAD_ATTEMPTS
        Feature generator download attempts
        See Also:
        Constant Field Values
    • Constructor Detail

      • PropertyConstants

        public PropertyConstants()