Uses of Class
mil.nga.sf.geojson.FeatureCollection
-
Packages that use FeatureCollection Package Description mil.nga.sf.geojson -
-
Uses of FeatureCollection in mil.nga.sf.geojson
Methods in mil.nga.sf.geojson that return FeatureCollection Modifier and Type Method Description static FeatureCollection
FeatureConverter. toFeatureCollection(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a feature collectionstatic FeatureCollection
FeatureConverter. toFeatureCollection(Object value)
Convert the object value to a feature collectionstatic FeatureCollection
FeatureConverter. toFeatureCollection(String content)
Convert the string content to a feature collectionstatic FeatureCollection
FeatureConverter. toFeatureCollection(Collection<Geometry> simpleGeometries)
Convert simple geometries to a feature collectionstatic FeatureCollection
FeatureConverter. toFeatureCollection(Geometry simpleGeometry)
Convert a simple geometry to a feature collection
-