| Modifier and Type | Method and Description |
|---|---|
GjsonObjectType |
FeatureCollection.getType() |
GjsonObjectType |
Feature.getType() |
GjsonObjectType |
Point.getType() |
GjsonObjectType |
MultiPoint.getType() |
GjsonObjectType |
GjsonObject.getType() |
GjsonObjectType |
MultiPolygon.getType() |
GjsonObjectType |
MultiLineString.getType() |
GjsonObjectType |
GeometryCollection.getType() |
GjsonObjectType |
Polygon.getType() |
GjsonObjectType |
LineString.getType() |
static GjsonObjectType |
GjsonObjectType.typeOf(String typeName) |
static GjsonObjectType |
GjsonObjectType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GjsonObjectType[] |
GjsonObjectType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GjsonObjectType.is(String typeName,
GjsonObjectType objectType) |
static boolean |
Gjson.is(String geojson,
GjsonObjectType gjsonObjectType) |
void |
FeatureCollection.setType(GjsonObjectType type) |
void |
Feature.setType(GjsonObjectType type) |
void |
Point.setType(GjsonObjectType type) |
void |
MultiPoint.setType(GjsonObjectType type) |
void |
GjsonObject.setType(GjsonObjectType type) |
void |
MultiPolygon.setType(GjsonObjectType type) |
void |
MultiLineString.setType(GjsonObjectType type) |
void |
GeometryCollection.setType(GjsonObjectType type) |
void |
Polygon.setType(GjsonObjectType type) |
void |
LineString.setType(GjsonObjectType type) |
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.