| Package | Description |
|---|---|
| mil.nga.sf.geojson |
| Modifier and Type | Class and Description |
|---|---|
class |
GeometryCollection
Geometry Collection
|
class |
LineString
Line String
|
class |
MultiLineString
Multi Line String
|
class |
MultiPoint
Multi Point
|
class |
MultiPolygon
Multi Polygon
|
class |
Point
Point
|
class |
Polygon
Polygon
|
| Modifier and Type | Method and Description |
|---|---|
Geometry |
Feature.getGeometry()
Get the geometry
|
static Geometry |
FeatureConverter.toGeometry(Geometry simpleGeometry)
Convert a simple geometry to a GeoJSON geometry
|
static Geometry |
FeatureConverter.toGeometry(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a Geometry
|
static Geometry |
FeatureConverter.toGeometry(Object value)
Convert the object value to a geometry
|
static Geometry |
FeatureConverter.toGeometry(String content)
Convert the string content to a geometry
|
| Modifier and Type | Method and Description |
|---|---|
List<Geometry> |
GeometryCollection.getGeometries()
Returns geometries as a GeoJSON Geometry list
|
| Modifier and Type | Method and Description |
|---|---|
void |
Feature.setGeometry(Geometry geometry)
Set the geometry
|
| Constructor and Description |
|---|
Feature(Geometry geometry)
Constructor
|
| Constructor and Description |
|---|
GeometryCollection(List<Geometry> geometries)
Constructor
|
Copyright © 2020 National Geospatial-Intelligence Agency. All rights reserved.