Package org.n52.io.geojson
Interface JSONConstants
-
public interface JSONConstantsborrowed from https://github.com/52North/SOS/blob/4.3.4/coding/json-common/src/main/java/org/n52/sos/coding/json/JSONConstants.java- Since:
- 2.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOORDINATESstatic StringCRSstatic StringGEOMETRIESstatic StringGEOMETRYstatic StringGEOMETRY_COLLECTIONstatic StringHREFstatic StringLINE_STRINGstatic StringLINKstatic StringMULTI_LINE_STRINGstatic StringMULTI_POINTstatic StringMULTI_POLYGONstatic StringNAMEstatic StringPOINTstatic StringPOLYGONstatic StringPROPERTIESstatic StringTYPE
-
-
-
Field Detail
-
COORDINATES
static final String COORDINATES
- See Also:
- Constant Field Values
-
CRS
static final String CRS
- See Also:
- Constant Field Values
-
GEOMETRIES
static final String GEOMETRIES
- See Also:
- Constant Field Values
-
GEOMETRY
static final String GEOMETRY
- See Also:
- Constant Field Values
-
GEOMETRY_COLLECTION
static final String GEOMETRY_COLLECTION
- See Also:
- Constant Field Values
-
HREF
static final String HREF
- See Also:
- Constant Field Values
-
LINE_STRING
static final String LINE_STRING
- See Also:
- Constant Field Values
-
LINK
static final String LINK
- See Also:
- Constant Field Values
-
MULTI_LINE_STRING
static final String MULTI_LINE_STRING
- See Also:
- Constant Field Values
-
MULTI_POINT
static final String MULTI_POINT
- See Also:
- Constant Field Values
-
MULTI_POLYGON
static final String MULTI_POLYGON
- See Also:
- Constant Field Values
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
POINT
static final String POINT
- See Also:
- Constant Field Values
-
POLYGON
static final String POLYGON
- See Also:
- Constant Field Values
-
PROPERTIES
static final String PROPERTIES
- See Also:
- Constant Field Values
-
TYPE
static final String TYPE
- See Also:
- Constant Field Values
-
-