Skip navigation links
A C D F G H I L M N P S T 

A

addFeature(Feature) - Method in class mil.nga.sf.geojson.FeatureCollection
Add a feature
addFeatures(Collection<Feature>) - Method in class mil.nga.sf.geojson.FeatureCollection
Add the features

C

CoordinatesDeserializer - Class in mil.nga.sf.geojson.jackson
Coordinates Deserializer
CoordinatesDeserializer() - Constructor for class mil.nga.sf.geojson.jackson.CoordinatesDeserializer
 
CoordinatesSerializer - Class in mil.nga.sf.geojson.jackson
Coordinates Serializer
CoordinatesSerializer() - Constructor for class mil.nga.sf.geojson.jackson.CoordinatesSerializer
 

D

deserialize(JsonParser, DeserializationContext) - Method in class mil.nga.sf.geojson.jackson.CoordinatesDeserializer
deserializeArray(JsonParser, DeserializationContext) - Method in class mil.nga.sf.geojson.jackson.CoordinatesDeserializer
Deserialize array

F

Feature - Class in mil.nga.sf.geojson
Feature
Feature() - Constructor for class mil.nga.sf.geojson.Feature
Constructor
Feature(Geometry) - Constructor for class mil.nga.sf.geojson.Feature
Constructor
FeatureCollection - Class in mil.nga.sf.geojson
Feature Collection
FeatureCollection() - Constructor for class mil.nga.sf.geojson.FeatureCollection
Constructor
FeatureCollection(Feature) - Constructor for class mil.nga.sf.geojson.FeatureCollection
Constructor
FeatureCollection(Collection<Feature>) - Constructor for class mil.nga.sf.geojson.FeatureCollection
Constructor
FeatureConverter - Class in mil.nga.sf.geojson
Feature Converter
FeatureConverter() - Constructor for class mil.nga.sf.geojson.FeatureConverter
 

G

GeoJsonObject - Class in mil.nga.sf.geojson
GeoJSON Object
GeoJsonObject() - Constructor for class mil.nga.sf.geojson.GeoJsonObject
 
Geometry - Class in mil.nga.sf.geojson
Geometry
Geometry() - Constructor for class mil.nga.sf.geojson.Geometry
 
GeometryCollection - Class in mil.nga.sf.geojson
Geometry Collection
GeometryCollection() - Constructor for class mil.nga.sf.geojson.GeometryCollection
Constructor
GeometryCollection(List<Geometry>) - Constructor for class mil.nga.sf.geojson.GeometryCollection
Constructor
GeometryCollection(GeometryCollection<Geometry>) - Constructor for class mil.nga.sf.geojson.GeometryCollection
Constructor
getAdditionalElements() - Method in class mil.nga.sf.geojson.Position
Get the additional elements
getBbox() - Method in class mil.nga.sf.geojson.GeoJsonObject
Get the bounding box
getCoordinates() - Method in class mil.nga.sf.geojson.LineString
Get the coordinates
getCoordinates() - Method in class mil.nga.sf.geojson.MultiLineString
Returns coordinates as a GeoJSON Position list
getCoordinates() - Method in class mil.nga.sf.geojson.MultiPoint
Returns coordinates as a GeoJSON Position list
getCoordinates() - Method in class mil.nga.sf.geojson.MultiPolygon
Returns coordinates as a GeoJSON Position list
getCoordinates() - Method in class mil.nga.sf.geojson.Point
Returns coordinates as a GeoJSON Position object
getCoordinates() - Method in class mil.nga.sf.geojson.Polygon
Returns coordinates as a GeoJSON Position list
getFeature() - Method in class mil.nga.sf.geojson.Feature
Get the simple feature
getFeature(int) - Method in class mil.nga.sf.geojson.FeatureCollection
Get the feature at the index
getFeatures() - Method in class mil.nga.sf.geojson.FeatureCollection
Get the features
getForeignMember(String) - Method in class mil.nga.sf.geojson.GeoJsonObject
Get the foreign member by name
getForeignMembers() - Method in class mil.nga.sf.geojson.GeoJsonObject
Get the foreign members
getGeometries() - Method in class mil.nga.sf.geojson.GeometryCollection
Returns geometries as a GeoJSON Geometry list
getGeometry() - Method in class mil.nga.sf.geojson.Feature
Get the geometry
getGeometry() - Method in class mil.nga.sf.geojson.Geometry
Get the simple geometry
getGeometry() - Method in class mil.nga.sf.geojson.GeometryCollection
Get the simple geometry
getGeometry() - Method in class mil.nga.sf.geojson.LineString
Get the simple geometry
getGeometry() - Method in class mil.nga.sf.geojson.MultiLineString
Get the simple geometry
getGeometry() - Method in class mil.nga.sf.geojson.MultiPoint
Get the simple geometry
getGeometry() - Method in class mil.nga.sf.geojson.MultiPolygon
Get the simple geometry
getGeometry() - Method in class mil.nga.sf.geojson.Point
Get the simple geometry
getGeometry() - Method in class mil.nga.sf.geojson.Polygon
Get the simple geometry
getGeometry() - Method in class mil.nga.sf.geojson.SimpleFeature
Get the geometry
getGeometryType() - Method in class mil.nga.sf.geojson.Feature
Get the geometry type
getGeometryType() - Method in class mil.nga.sf.geojson.FeatureCollection
Get the geometry type
getId() - Method in class mil.nga.sf.geojson.Feature
Get the feature id
getM() - Method in class mil.nga.sf.geojson.Position
Get the m value
getProperties() - Method in class mil.nga.sf.geojson.Feature
Get the properties
getProperties() - Method in class mil.nga.sf.geojson.SimpleFeature
Get the properties map
getPropertiesMap() - Method in class mil.nga.sf.geojson.FeatureCollection
Get the properties map
getSimpleGeometry() - Method in class mil.nga.sf.geojson.Feature
Get the simple feature geometry
getType() - Method in class mil.nga.sf.geojson.Feature
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.FeatureCollection
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.GeoJsonObject
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.GeometryCollection
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.LineString
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.MultiLineString
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.MultiPoint
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.MultiPolygon
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.Point
Get the GeoJSON object type
getType() - Method in class mil.nga.sf.geojson.Polygon
Get the GeoJSON object type
getX() - Method in class mil.nga.sf.geojson.Position
Get the x value
getY() - Method in class mil.nga.sf.geojson.Position
Get the y value
getZ() - Method in class mil.nga.sf.geojson.Position
Get the z value

H

hasAdditionalElements() - Method in class mil.nga.sf.geojson.Position
Check if the position has additional elements
hasForeignMember(String) - Method in class mil.nga.sf.geojson.GeoJsonObject
Check if has the foreign member
hasForeignMembers() - Method in class mil.nga.sf.geojson.GeoJsonObject
Check if has foreign members
hasM() - Method in class mil.nga.sf.geojson.Position
Check if position has a m value
hasZ() - Method in class mil.nga.sf.geojson.Position
Check if position has a z value

I

iterator() - Method in class mil.nga.sf.geojson.FeatureCollection

L

LineString - Class in mil.nga.sf.geojson
Line String
LineString() - Constructor for class mil.nga.sf.geojson.LineString
Constructor
LineString(List<Position>) - Constructor for class mil.nga.sf.geojson.LineString
Constructor
LineString(LineString) - Constructor for class mil.nga.sf.geojson.LineString
Constructor

M

mapper - Static variable in class mil.nga.sf.geojson.FeatureConverter
Object mapper
mil.nga.sf.geojson - package mil.nga.sf.geojson
 
mil.nga.sf.geojson.jackson - package mil.nga.sf.geojson.jackson
 
MultiLineString - Class in mil.nga.sf.geojson
Multi Line String
MultiLineString() - Constructor for class mil.nga.sf.geojson.MultiLineString
Constructor
MultiLineString(List<List<Position>>) - Constructor for class mil.nga.sf.geojson.MultiLineString
Constructor
MultiLineString(MultiLineString) - Constructor for class mil.nga.sf.geojson.MultiLineString
Constructor
MultiPoint - Class in mil.nga.sf.geojson
Multi Point
MultiPoint() - Constructor for class mil.nga.sf.geojson.MultiPoint
Constructor
MultiPoint(List<Position>) - Constructor for class mil.nga.sf.geojson.MultiPoint
Constructor
MultiPoint(MultiPoint) - Constructor for class mil.nga.sf.geojson.MultiPoint
Constructor
MultiPolygon - Class in mil.nga.sf.geojson
Multi Polygon
MultiPolygon() - Constructor for class mil.nga.sf.geojson.MultiPolygon
Constructor
MultiPolygon(List<List<List<Position>>>) - Constructor for class mil.nga.sf.geojson.MultiPolygon
Constructor
MultiPolygon(MultiPolygon) - Constructor for class mil.nga.sf.geojson.MultiPolygon
Constructor

N

numFeatures() - Method in class mil.nga.sf.geojson.FeatureCollection
Get the number of features

P

Point - Class in mil.nga.sf.geojson
Point
Point() - Constructor for class mil.nga.sf.geojson.Point
Constructor
Point(Position) - Constructor for class mil.nga.sf.geojson.Point
Constructor
Point(Point) - Constructor for class mil.nga.sf.geojson.Point
Constructor
Polygon - Class in mil.nga.sf.geojson
Polygon
Polygon() - Constructor for class mil.nga.sf.geojson.Polygon
Constructor
Polygon(List<List<Position>>) - Constructor for class mil.nga.sf.geojson.Polygon
Constructor
Polygon(Polygon) - Constructor for class mil.nga.sf.geojson.Polygon
Constructor
Position - Class in mil.nga.sf.geojson
Position
Position(Point) - Constructor for class mil.nga.sf.geojson.Position
Constructor
Position(Double, Double) - Constructor for class mil.nga.sf.geojson.Position
Constructor
Position(Double, Double, Double, Double...) - Constructor for class mil.nga.sf.geojson.Position
Construct a Coordinates with additional elements.

S

serialize(Position, JsonGenerator, SerializerProvider) - Method in class mil.nga.sf.geojson.jackson.CoordinatesSerializer
setBbox(double[]) - Method in class mil.nga.sf.geojson.GeoJsonObject
Set the bounding box
setCoordinates(List<Position>) - Method in class mil.nga.sf.geojson.LineString
Set the coordinates
setCoordinates(Position) - Method in class mil.nga.sf.geojson.Point
Sets the new position (supporting deserialization)
setFeatures(Collection<Feature>) - Method in class mil.nga.sf.geojson.FeatureCollection
Set the features
setForeignMember(String, Object) - Method in class mil.nga.sf.geojson.GeoJsonObject
Set a foreign member
setGeometry(Geometry) - Method in class mil.nga.sf.geojson.Feature
Set the geometry
setGeometry(Geometry) - Method in class mil.nga.sf.geojson.SimpleFeature
Set the geometry
setId(String) - Method in class mil.nga.sf.geojson.Feature
Set the feature id
setProperties(Map<String, Object>) - Method in class mil.nga.sf.geojson.Feature
Set the properties
setProperties(Map<String, Object>) - Method in class mil.nga.sf.geojson.SimpleFeature
Set the properties map
SimpleFeature - Class in mil.nga.sf.geojson
The simple feature
SimpleFeature() - Constructor for class mil.nga.sf.geojson.SimpleFeature
Constructor
SimpleFeature(Geometry, Map<String, Object>) - Constructor for class mil.nga.sf.geojson.SimpleFeature
Constructor

T

toFeature(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the string content to a feature
toFeature(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the object value to a feature
toFeature(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the JSON tree to a feature
toFeature(Geometry) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert a simple geometry to a feature
toFeatureCollection(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the string content to a feature collection
toFeatureCollection(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the object value to a feature collection
toFeatureCollection(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the JSON tree to a feature collection
toFeatureCollection(Geometry) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert a simple geometry to a feature collection
toFeatureCollection(Collection<Geometry>) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert simple geometries to a feature collection
toGeoJsonObject(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the string content to a GeoJSON object
toGeoJsonObject(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the object value to a GeoJSON object
toGeoJsonObject(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the JSON tree to a GeoJSON object
toGeometry(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the string content to a geometry
toGeometry(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the object value to a geometry
toGeometry(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the JSON tree to a Geometry
toGeometry(Geometry) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert a simple geometry to a GeoJSON geometry
toMap(GeoJsonObject) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the GeoJSON object to an object map
toMap(Geometry) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the simple geometry to an object map
toSimplePoint() - Method in class mil.nga.sf.geojson.Position
Convert to simple point
toStringValue(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the object to a string value
toStringValue(Geometry) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the simple geometry to a string value
toTypedObject(Class<T>, String) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the string content to a typed object
toTypedObject(Class<T>, Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the object value to a typed object
toTypedObject(Class<T>, JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
Convert the JSON tree to a typed object
A C D F G H I L M N P S T 
Skip navigation links

Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.