Class GeoJson
- Object
-
- GeoJson
-
public class GeoJson extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOORDINATESstatic StringGEOMETRIESstatic StringGEOMETRY_COLLECTIONstatic StringLINE_STRINGstatic StringMULTI_LINE_STRINGstatic StringMULTI_POINTstatic StringMULTI_POLYGONstatic StringPOINTstatic StringPOLYGONstatic StringTYPE
-
Constructor Summary
Constructors Constructor Description GeoJson()
-
-
-
Field Detail
-
POINT
public static final String POINT
- See Also:
- Constant Field Values
-
LINE_STRING
public static final String LINE_STRING
- See Also:
- Constant Field Values
-
POLYGON
public static final String POLYGON
- See Also:
- Constant Field Values
-
MULTI_POINT
public static final String MULTI_POINT
- See Also:
- Constant Field Values
-
MULTI_LINE_STRING
public static final String MULTI_LINE_STRING
- See Also:
- Constant Field Values
-
MULTI_POLYGON
public static final String MULTI_POLYGON
- See Also:
- Constant Field Values
-
GEOMETRY_COLLECTION
public static final String GEOMETRY_COLLECTION
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
GEOMETRIES
public static final String GEOMETRIES
- See Also:
- Constant Field Values
-
COORDINATES
public static final String COORDINATES
- See Also:
- Constant Field Values
-
-