Package org.locationtech.jts.io.geojson
Class GeoJsonConstants
- java.lang.Object
-
- org.locationtech.jts.io.geojson.GeoJsonConstants
-
public class GeoJsonConstants extends Object
Constants for GeoJSON objects- Author:
- Martin Davis
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME_COORDINATESstatic StringNAME_CRSstatic StringNAME_FEATUREstatic StringNAME_FEATURECOLLECTIONstatic StringNAME_FEATURESstatic StringNAME_GEOMETRIESstatic StringNAME_GEOMETRYstatic StringNAME_GEOMETRYCOLLECTIONstatic StringNAME_LINESTRINGstatic StringNAME_MULTILINESTRINGstatic StringNAME_MULTIPOINTstatic StringNAME_MULTIPOLYGONstatic StringNAME_NAMEstatic StringNAME_POINTstatic StringNAME_POLYGONstatic StringNAME_PROPERTIESstatic StringNAME_TYPE
-
Constructor Summary
Constructors Constructor Description GeoJsonConstants()
-
-
-
Field Detail
-
NAME_GEOMETRY
public static final String NAME_GEOMETRY
- See Also:
- Constant Field Values
-
NAME_FEATURES
public static final String NAME_FEATURES
- See Also:
- Constant Field Values
-
NAME_GEOMETRIES
public static final String NAME_GEOMETRIES
- See Also:
- Constant Field Values
-
NAME_CRS
public static final String NAME_CRS
- See Also:
- Constant Field Values
-
NAME_PROPERTIES
public static final String NAME_PROPERTIES
- See Also:
- Constant Field Values
-
NAME_NAME
public static final String NAME_NAME
- See Also:
- Constant Field Values
-
NAME_TYPE
public static final String NAME_TYPE
- See Also:
- Constant Field Values
-
NAME_POINT
public static final String NAME_POINT
- See Also:
- Constant Field Values
-
NAME_LINESTRING
public static final String NAME_LINESTRING
- See Also:
- Constant Field Values
-
NAME_POLYGON
public static final String NAME_POLYGON
- See Also:
- Constant Field Values
-
NAME_COORDINATES
public static final String NAME_COORDINATES
- See Also:
- Constant Field Values
-
NAME_GEOMETRYCOLLECTION
public static final String NAME_GEOMETRYCOLLECTION
- See Also:
- Constant Field Values
-
NAME_MULTIPOLYGON
public static final String NAME_MULTIPOLYGON
- See Also:
- Constant Field Values
-
NAME_MULTILINESTRING
public static final String NAME_MULTILINESTRING
- See Also:
- Constant Field Values
-
NAME_MULTIPOINT
public static final String NAME_MULTIPOINT
- See Also:
- Constant Field Values
-
NAME_FEATURE
public static final String NAME_FEATURE
- See Also:
- Constant Field Values
-
NAME_FEATURECOLLECTION
public static final String NAME_FEATURECOLLECTION
- See Also:
- Constant Field Values
-
-