| Package | Description |
|---|---|
| org.geojson |
| Modifier and Type | Class and Description |
|---|---|
class |
Feature |
class |
FeatureCollection |
class |
Geometry<T> |
class |
GeometryCollection |
class |
LineString |
class |
MultiLineString |
class |
MultiPoint |
class |
MultiPolygon |
class |
Point |
class |
Polygon |
| Modifier and Type | Method and Description |
|---|---|
GeoJsonObject |
Feature.getGeometry() |
| Modifier and Type | Method and Description |
|---|---|
List<GeoJsonObject> |
GeometryCollection.getGeometries() |
Iterator<GeoJsonObject> |
GeometryCollection.iterator() |
| Modifier and Type | Method and Description |
|---|---|
GeometryCollection |
GeometryCollection.add(GeoJsonObject geometry) |
void |
Feature.setGeometry(GeoJsonObject geometry) |
| Modifier and Type | Method and Description |
|---|---|
void |
GeometryCollection.setGeometries(List<GeoJsonObject> geometries) |
Copyright © 2018. All rights reserved.