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 classFeatureFeatureclassFeatureCollectionFeature CollectionclassGeometryGeometryclassGeometryCollectionGeometry CollectionclassLineStringLine StringclassMultiLineStringMulti Line StringclassMultiPointMulti PointclassMultiPolygonMulti PolygonclassPointPointclassPolygonPolygonMethods in mil.nga.sf.geojson that return GeoJsonObject Modifier and Type Method Description static GeoJsonObjectFeatureConverter. toGeoJsonObject(com.fasterxml.jackson.databind.JsonNode tree)Convert the JSON tree to a GeoJSON objectstatic GeoJsonObjectFeatureConverter. toGeoJsonObject(Object value)Convert the object value to a GeoJSON objectstatic GeoJsonObjectFeatureConverter. 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 GeometryFeatureConverter. toSimpleGeometry(GeoJsonObject geoJson)Convert the GeoJSON object to a simple geometry
-