| Package | Description |
|---|---|
| mil.nga.sf.geojson |
| Modifier and Type | Class and Description |
|---|---|
class |
Feature
Feature
|
class |
FeatureCollection
Feature Collection
|
class |
Geometry
Geometry
|
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 |
|---|---|
static GeoJsonObject |
FeatureConverter.toGeoJsonObject(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a GeoJSON object
|
static GeoJsonObject |
FeatureConverter.toGeoJsonObject(Object value)
Convert the object value to a GeoJSON object
|
static GeoJsonObject |
FeatureConverter.toGeoJsonObject(String content)
Convert the string content to a GeoJSON object
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
FeatureConverter.toMap(GeoJsonObject object)
Convert the GeoJSON object to an object map
|
Copyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.