| Modifier and Type | Class and Description |
|---|---|
class |
Feature |
class |
FeatureCollection |
class |
GeometryCollection |
class |
LineString |
class |
MultiLineString |
class |
MultiPoint |
class |
MultiPolygon |
class |
Point |
class |
Polygon |
| Modifier and Type | Field and Description |
|---|---|
GjsonObject |
GjsonEncodeException.brokenObject |
| Modifier and Type | Field and Description |
|---|---|
List<GjsonObject> |
GeometryCollection.Builder.gemoetries |
| Modifier and Type | Method and Description |
|---|---|
GjsonObject |
GjsonObject.decode(String gjson) |
GjsonObject |
Feature.getGeometry() |
static GjsonObject |
Gjson.parse(String geojson) |
| Modifier and Type | Method and Description |
|---|---|
List<GjsonObject> |
GeometryCollection.getGeometries() |
Iterator<GjsonObject> |
GeometryCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
static GeometryCollection |
GeometryCollection.of(GjsonObject... geometries) |
static String |
Gjson.parse(GjsonObject object) |
GeometryCollection.Builder |
GeometryCollection.Builder.put(GjsonObject geometry) |
void |
Feature.setGeometry(GjsonObject geometry) |
Feature.Builder |
Feature.Builder.setGeometry(GjsonObject geometry) |
| Modifier and Type | Method and Description |
|---|---|
static GeometryCollection |
GeometryCollection.of(List<GjsonObject> geometries) |
void |
GeometryCollection.setGeometries(List<GjsonObject> geometries) |
GeometryCollection.Builder |
GeometryCollection.Builder.setGeometries(List<GjsonObject> geometries) |
| Constructor and Description |
|---|
Feature(GjsonObject geometry) |
GeometryCollection(GjsonObject... objects) |
GjsonEncodeException(GjsonObject brokenObject) |
GjsonEncodeException(GjsonObject brokenObject,
String string) |
GjsonEncodeException(GjsonObject brokenObject,
String string,
Throwable thrwbl) |
| Constructor and Description |
|---|
GeometryCollection(List<GjsonObject> geometries) |
Copyright © 2018 Terra Software Informatics LLC.. All rights reserved.