- 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
- 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