| Package | Description |
|---|---|
| mil.nga.sf.geojson | |
| mil.nga.sf.geojson.jackson |
| Modifier and Type | Method and Description |
|---|---|
Position |
Point.getCoordinates()
Returns coordinates as a GeoJSON Position object
|
| Modifier and Type | Method and Description |
|---|---|
List<List<Position>> |
MultiLineString.getCoordinates()
Returns coordinates as a GeoJSON Position list
|
List<List<List<Position>>> |
MultiPolygon.getCoordinates()
Returns coordinates as a GeoJSON Position list
|
List<Position> |
MultiPoint.getCoordinates()
Returns coordinates as a GeoJSON Position list
|
List<Position> |
LineString.getCoordinates()
Get the coordinates
|
List<List<Position>> |
Polygon.getCoordinates()
Returns coordinates as a GeoJSON Position list
|
| Modifier and Type | Method and Description |
|---|---|
void |
Point.setCoordinates(Position position)
Sets the new position (supporting deserialization)
|
| Modifier and Type | Method and Description |
|---|---|
void |
LineString.setCoordinates(List<Position> positions)
Set the coordinates
|
| Constructor and Description |
|---|
Point(Position position)
Constructor
|
| Constructor and Description |
|---|
LineString(List<Position> positions)
Constructor
|
MultiLineString(List<List<Position>> positions)
Constructor
|
MultiPoint(List<Position> positions)
Constructor
|
MultiPolygon(List<List<List<Position>>> positions)
Constructor
|
Polygon(List<List<Position>> positions)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Position |
CoordinatesDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected Position |
CoordinatesDeserializer.deserializeArray(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
Deserialize array
|
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinatesSerializer.serialize(Position value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.