Uses of Class
mil.nga.oapi.features.json.FeatureCollection
-
-
Uses of FeatureCollection in mil.nga.oapi.features.json
Methods in mil.nga.oapi.features.json that return FeatureCollection Modifier and Type Method Description static FeatureCollection
FeaturesConverter. toFeatureCollection(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a feature collectionstatic FeatureCollection
FeaturesConverter. toFeatureCollection(Object value)
Convert the object value to a feature collectionstatic FeatureCollection
FeaturesConverter. toFeatureCollection(String content)
Convert the string content to a feature collectionstatic FeatureCollection
FeaturesConverter. toFeatureCollection(Collection<Geometry> simpleGeometries)
Convert simple geometries to a feature collectionstatic FeatureCollection
FeaturesConverter. toFeatureCollection(Geometry simpleGeometry)
Convert a simple geometry to a feature collectionMethods in mil.nga.oapi.features.json with parameters of type FeatureCollection Modifier and Type Method Description static String
FeaturesConverter. toStringValue(FeatureCollection featureCollection)
Convert the feature collection to a string value
-