Uses of Class
mil.nga.sf.geojson.GeoJsonObject
-
Packages that use GeoJsonObject Package Description mil.nga.sf.geojson -
-
Uses of GeoJsonObject in mil.nga.sf.geojson
Subclasses of GeoJsonObject in mil.nga.sf.geojson Modifier and Type Class Description class
Feature
Featureclass
FeatureCollection
Feature Collectionclass
Geometry
Geometryclass
GeometryCollection
Geometry Collectionclass
LineString
Line Stringclass
MultiLineString
Multi Line Stringclass
MultiPoint
Multi Pointclass
MultiPolygon
Multi Polygonclass
Point
Pointclass
Polygon
PolygonMethods in mil.nga.sf.geojson that return GeoJsonObject Modifier and Type Method Description static GeoJsonObject
FeatureConverter. toGeoJsonObject(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a GeoJSON objectstatic GeoJsonObject
FeatureConverter. toGeoJsonObject(Object value)
Convert the object value to a GeoJSON objectstatic GeoJsonObject
FeatureConverter. toGeoJsonObject(String content)
Convert the string content to a GeoJSON objectMethods in mil.nga.sf.geojson with parameters of type GeoJsonObject Modifier and Type Method Description static Map<String,Object>
FeatureConverter. toMap(GeoJsonObject object)
Convert the GeoJSON object to an object mapstatic Geometry
FeatureConverter. toSimpleGeometry(GeoJsonObject geoJson)
Convert the GeoJSON object to a simple geometry
-