Class GeoJson
- Object
-
- GeoJson
-
public class GeoJson extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
COORDINATES
static String
GEOMETRIES
static String
GEOMETRY_COLLECTION
static String
LINE_STRING
static String
MULTI_LINE_STRING
static String
MULTI_POINT
static String
MULTI_POLYGON
static String
POINT
static String
POLYGON
static String
TYPE
-
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
-
-