Package org.h2gis.functions.io.geojson
Class GeoJsonField
- java.lang.Object
-
- org.h2gis.functions.io.geojson.GeoJsonField
-
public class GeoJsonField extends Object
GeoJson fields used by the standard.- Author:
- Erwan Bocher, Hai Trung Pham
-
-
Field Summary
Fields Modifier and Type Field Description static StringBBOXstatic StringCOORDINATESstatic StringCRSstatic StringCRS_URN_EPSGstatic StringCRS_URN_OGCstatic StringFEATUREstatic StringFEATURE_IDIf 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.static StringFEATURECOLLECTIONstatic StringFEATURESstatic StringGEOMETRIESstatic StringGEOMETRYstatic StringGEOMETRYCOLLECTIONstatic StringLINESTRINGstatic StringLINKstatic StringMULTILINESTRINGstatic StringMULTIPOINTstatic StringMULTIPOLYGONstatic StringNAMEstatic StringPOINTstatic StringPOLYGONstatic StringPROPERTIESstatic StringTYPE
-
Constructor Summary
Constructors Constructor Description GeoJsonField()
-
-
-
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
-
-