Class GeoJsonField


  • public class GeoJsonField
    extends Object
    GeoJson fields used by the standard.
    Author:
    Erwan Bocher, Hai Trung Pham
    • Field Detail

      • NAME

        public static String NAME
      • CRS

        public static String CRS
      • FEATURES

        public static String FEATURES
      • FEATURECOLLECTION

        public static String FEATURECOLLECTION
      • FEATURE

        public static String FEATURE
      • GEOMETRY

        public static String GEOMETRY
      • PROPERTIES

        public static String PROPERTIES
      • FEATURE_ID

        public static String FEATURE_ID
        If a Feature has a commonly used identifier, that identifier SHOULD be included as a member of the Feature object with the name "id", and the value of this member is either a JSON string or number.
      • POINT

        public static String POINT
      • LINESTRING

        public static String LINESTRING
      • POLYGON

        public static String POLYGON
      • MULTIPOINT

        public static String MULTIPOINT
      • MULTILINESTRING

        public static String MULTILINESTRING
      • MULTIPOLYGON

        public static String MULTIPOLYGON
      • COORDINATES

        public static String COORDINATES
      • GEOMETRYCOLLECTION

        public static String GEOMETRYCOLLECTION
      • GEOMETRIES

        public static String GEOMETRIES
      • CRS_URN_EPSG

        public static String CRS_URN_EPSG
      • CRS_URN_OGC

        public static String CRS_URN_OGC
      • LINK

        public static String LINK
      • BBOX

        public static String BBOX
      • TYPE

        public static String TYPE
    • Constructor Detail

      • GeoJsonField

        public GeoJsonField()