A C D E F G H I L M N P S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
E
- equals(Object) - Method in class mil.nga.sf.geojson.Feature
- equals(Object) - Method in class mil.nga.sf.geojson.FeatureCollection
- equals(Object) - Method in class mil.nga.sf.geojson.GeoJsonObject
- equals(Object) - Method in class mil.nga.sf.geojson.GeometryCollection
- equals(Object) - Method in class mil.nga.sf.geojson.LineString
- equals(Object) - Method in class mil.nga.sf.geojson.MultiLineString
- equals(Object) - Method in class mil.nga.sf.geojson.MultiPoint
- equals(Object) - Method in class mil.nga.sf.geojson.MultiPolygon
- equals(Object) - Method in class mil.nga.sf.geojson.Point
- equals(Object) - Method in class mil.nga.sf.geojson.Polygon
- equals(Object) - Method in class mil.nga.sf.geojson.Position
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(Collection<Feature>) - Constructor for class mil.nga.sf.geojson.FeatureCollection
-
Constructor
- FeatureCollection(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
- fromCoordinates(List<List<List<Position>>>) - Static method in class mil.nga.sf.geojson.MultiPolygon
-
Create a multi polygon from coordinates
- fromCoordinates(List<List<Position>>) - Static method in class mil.nga.sf.geojson.MultiLineString
-
Create a multi line string from coordinates
- fromCoordinates(List<List<Position>>) - Static method in class mil.nga.sf.geojson.Polygon
-
Create a polygon from coordinates
- fromCoordinates(List<Position>) - Static method in class mil.nga.sf.geojson.LineString
-
Create a line string from coordinates
- fromCoordinates(List<Position>) - Static method in class mil.nga.sf.geojson.MultiPoint
-
Create a multi point from coordinates
- fromCoordinates(Position) - Static method in class mil.nga.sf.geojson.Point
-
Create a point from coordinates
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
- GEOMETRY - mil.nga.sf.geojson.GeometryType
-
The root of the geometry type hierarchy
- 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
- GEOMETRYCOLLECTION - mil.nga.sf.geojson.GeometryType
-
A collection of zero or more Geometry instances.
- GeometryType - Enum in mil.nga.sf.geojson
-
Geometry Type enumeration
- 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(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
- getGeometryCollection() - Method in class mil.nga.sf.geojson.GeometryCollection
-
Get the simple features geometry collection
- 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
- getGeometryType() - Method in class mil.nga.sf.geojson.Geometry
-
Get the geometry type
- getGeometryType() - Method in class mil.nga.sf.geojson.GeometryCollection
-
Get the geometry type
- getGeometryType() - Method in class mil.nga.sf.geojson.LineString
-
Get the geometry type
- getGeometryType() - Method in class mil.nga.sf.geojson.MultiLineString
-
Get the geometry type
- getGeometryType() - Method in class mil.nga.sf.geojson.MultiPoint
-
Get the geometry type
- getGeometryType() - Method in class mil.nga.sf.geojson.MultiPolygon
-
Get the geometry type
- getGeometryType() - Method in class mil.nga.sf.geojson.Point
-
Get the geometry type
- getGeometryType() - Method in class mil.nga.sf.geojson.Polygon
-
Get the geometry type
- getId() - Method in class mil.nga.sf.geojson.Feature
-
Get the feature id
- getLineString() - Method in class mil.nga.sf.geojson.LineString
-
Get the simple features line string
- getLineStrings() - Method in class mil.nga.sf.geojson.MultiLineString
-
Get the line strings
- getM() - Method in class mil.nga.sf.geojson.Position
-
Get the m value
- getMultiLineString() - Method in class mil.nga.sf.geojson.MultiLineString
-
Get the simple features multi line string
- getMultiPoint() - Method in class mil.nga.sf.geojson.MultiPoint
-
Get the simple features multi point
- getMultiPolygon() - Method in class mil.nga.sf.geojson.MultiPolygon
-
Get the simple features multi polygon
- getName() - Method in enum mil.nga.sf.geojson.GeometryType
-
Get the name
- getPoint() - Method in class mil.nga.sf.geojson.Point
-
Get the simple features point
- getPoints() - Method in class mil.nga.sf.geojson.MultiPoint
-
Get the points
- getPolygon() - Method in class mil.nga.sf.geojson.Polygon
-
Get the simple features polygon
- getPolygons() - Method in class mil.nga.sf.geojson.MultiPolygon
-
Get the polygons
- getPosition() - Method in class mil.nga.sf.geojson.Point
-
Get the position
- getProperties() - Method in class mil.nga.sf.geojson.Feature
-
Get the properties
- getPropertiesMap() - Method in class mil.nga.sf.geojson.FeatureCollection
-
Get the properties map
- getRings() - Method in class mil.nga.sf.geojson.Polygon
-
Get the rings
- getSimpleGeometry() - Method in class mil.nga.sf.geojson.Feature
-
Get the simple feature geometry
- getSimpleGeometry() - Method in class mil.nga.sf.geojson.FeatureCollection
-
Get the simple feature geometry
- getSimpleGeometry() - Method in class mil.nga.sf.geojson.GeoJsonObject
-
Get the simple feature geometry
- getSimpleGeometry() - Method in class mil.nga.sf.geojson.Geometry
-
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.Geometry
-
Get the GeoJSON object type
- getType() - Method in enum mil.nga.sf.geojson.GeometryType
-
Get the simple features 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
- hashCode() - Method in class mil.nga.sf.geojson.Feature
- hashCode() - Method in class mil.nga.sf.geojson.FeatureCollection
- hashCode() - Method in class mil.nga.sf.geojson.GeoJsonObject
- hashCode() - Method in class mil.nga.sf.geojson.GeometryCollection
- hashCode() - Method in class mil.nga.sf.geojson.LineString
- hashCode() - Method in class mil.nga.sf.geojson.MultiLineString
- hashCode() - Method in class mil.nga.sf.geojson.MultiPoint
- hashCode() - Method in class mil.nga.sf.geojson.MultiPolygon
- hashCode() - Method in class mil.nga.sf.geojson.Point
- hashCode() - Method in class mil.nga.sf.geojson.Polygon
- hashCode() - Method in class mil.nga.sf.geojson.Position
- 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<Point>) - Constructor for class mil.nga.sf.geojson.LineString
-
Constructor
- LineString(LineString) - Constructor for class mil.nga.sf.geojson.LineString
-
Constructor
- LINESTRING - mil.nga.sf.geojson.GeometryType
-
A Curve that connects two or more points in space.
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<LineString>) - Constructor for class mil.nga.sf.geojson.MultiLineString
-
Constructor
- MultiLineString(MultiLineString) - Constructor for class mil.nga.sf.geojson.MultiLineString
-
Constructor
- MULTILINESTRING - mil.nga.sf.geojson.GeometryType
-
A restricted form of MultiCurve where each Curve in the collection must be of type LineString.
- MultiPoint - Class in mil.nga.sf.geojson
-
Multi Point
- MultiPoint() - Constructor for class mil.nga.sf.geojson.MultiPoint
-
Constructor
- MultiPoint(List<Point>) - Constructor for class mil.nga.sf.geojson.MultiPoint
-
Constructor
- MultiPoint(MultiPoint) - Constructor for class mil.nga.sf.geojson.MultiPoint
-
Constructor
- MULTIPOINT - mil.nga.sf.geojson.GeometryType
-
A restricted form of GeometryCollection where each Geometry in the collection must be of type Point.
- MultiPolygon - Class in mil.nga.sf.geojson
-
Multi Polygon
- MultiPolygon() - Constructor for class mil.nga.sf.geojson.MultiPolygon
-
Constructor
- MultiPolygon(List<Polygon>) - Constructor for class mil.nga.sf.geojson.MultiPolygon
-
Constructor
- MultiPolygon(MultiPolygon) - Constructor for class mil.nga.sf.geojson.MultiPolygon
-
Constructor
- MULTIPOLYGON - mil.nga.sf.geojson.GeometryType
-
A restricted form of MultiSurface where each Surface in the collection must be of type Polygon.
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
- POINT - mil.nga.sf.geojson.GeometryType
-
A single location in space.
- Polygon - Class in mil.nga.sf.geojson
-
Polygon
- Polygon() - Constructor for class mil.nga.sf.geojson.Polygon
-
Constructor
- Polygon(List<LineString>) - Constructor for class mil.nga.sf.geojson.Polygon
-
Constructor
- Polygon(Polygon) - Constructor for class mil.nga.sf.geojson.Polygon
-
Constructor
- POLYGON - mil.nga.sf.geojson.GeometryType
-
A restricted form of CurvePolygon where each ring is defined as a simple, closed LineString.
- Position - Class in mil.nga.sf.geojson
-
Position
- 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.
- Position(Point) - Constructor for class mil.nga.sf.geojson.Position
-
Constructor
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<List<List<Position>>>) - Method in class mil.nga.sf.geojson.MultiPolygon
-
Sets the coordinates from a GeoJSON Position list
- setCoordinates(List<List<Position>>) - Method in class mil.nga.sf.geojson.MultiLineString
-
Sets the coordinates from a GeoJSON Position list
- setCoordinates(List<List<Position>>) - Method in class mil.nga.sf.geojson.Polygon
-
Sets the coordinates from a GeoJSON Position list
- setCoordinates(List<Position>) - Method in class mil.nga.sf.geojson.LineString
-
Set the coordinates
- setCoordinates(List<Position>) - Method in class mil.nga.sf.geojson.MultiPoint
-
Sets the coordinates from a GeoJSON Position list
- setCoordinates(Position) - Method in class mil.nga.sf.geojson.Point
-
Sets the coordinates
- 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
- setGeometries(List<Geometry>) - Method in class mil.nga.sf.geojson.GeometryCollection
-
Sets the geometries from a GeoJSON Geometry list
- setGeometry(Geometry) - Method in class mil.nga.sf.geojson.Feature
-
Set the geometry
- setGeometryCollection(GeometryCollection<Geometry>) - Method in class mil.nga.sf.geojson.GeometryCollection
-
Set the simple features geometry collection
- setId(String) - Method in class mil.nga.sf.geojson.Feature
-
Set the feature id
- setLineString(LineString) - Method in class mil.nga.sf.geojson.LineString
-
Set the simple features line string
- setLineStrings(List<LineString>) - Method in class mil.nga.sf.geojson.MultiLineString
-
Set the line strings
- setMultiLineString(MultiLineString) - Method in class mil.nga.sf.geojson.MultiLineString
-
Set the simple features multi line string
- setMultiPoint(MultiPoint) - Method in class mil.nga.sf.geojson.MultiPoint
-
Set the simple features multi point
- setMultiPolygon(MultiPolygon) - Method in class mil.nga.sf.geojson.MultiPolygon
-
Set the simple features multi polygon
- setPoint(Point) - Method in class mil.nga.sf.geojson.Point
-
Set the simple features point
- setPoints(List<Point>) - Method in class mil.nga.sf.geojson.MultiPoint
-
Set the points
- setPolygon(Polygon) - Method in class mil.nga.sf.geojson.Polygon
-
Set the simple features polygon
- setPolygons(List<Polygon>) - Method in class mil.nga.sf.geojson.MultiPolygon
-
Set the polygons
- setPosition(Position) - Method in class mil.nga.sf.geojson.Point
-
Set the position
- setProperties(Map<String, Object>) - Method in class mil.nga.sf.geojson.Feature
-
Set the properties
- setRings(List<LineString>) - Method in class mil.nga.sf.geojson.Polygon
-
Set the rings
T
- toFeature(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the JSON tree to a feature
- toFeature(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the object value to a feature
- toFeature(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the string content to a feature
- toFeature(Geometry) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert a simple geometry to a feature
- toFeatureCollection(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the JSON tree to a feature collection
- toFeatureCollection(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the object value to a feature collection
- toFeatureCollection(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the string content to a feature collection
- toFeatureCollection(Collection<Geometry>) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert simple geometries to a feature collection
- toFeatureCollection(Geometry) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert a simple geometry to a feature collection
- toGeoJsonObject(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the JSON tree to a GeoJSON object
- toGeoJsonObject(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the object value to a GeoJSON object
- toGeoJsonObject(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the string content to a GeoJSON object
- toGeometry(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the JSON tree to a Geometry
- toGeometry(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the object value to a geometry
- toGeometry(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the string content 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
- toSimpleGeometry(JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the JSON tree to a simple geometry
- toSimpleGeometry(Object) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the object value to a simple geometry
- toSimpleGeometry(String) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the string content to a simple geometry
- toSimpleGeometry(GeoJsonObject) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the GeoJSON object to a simple geometry
- 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>, JsonNode) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the JSON tree 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>, String) - Static method in class mil.nga.sf.geojson.FeatureConverter
-
Convert the string content to a typed object
V
- valueOf(String) - Static method in enum mil.nga.sf.geojson.GeometryType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum mil.nga.sf.geojson.GeometryType
-
Returns an array containing the constants of this enum type, in the order they are declared.
All Classes All Packages