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 FeatureCollectionFeaturesConverter. toFeatureCollection(com.fasterxml.jackson.databind.JsonNode tree)Convert the JSON tree to a feature collectionstatic FeatureCollectionFeaturesConverter. toFeatureCollection(Object value)Convert the object value to a feature collectionstatic FeatureCollectionFeaturesConverter. toFeatureCollection(String content)Convert the string content to a feature collectionstatic FeatureCollectionFeaturesConverter. toFeatureCollection(Collection<Geometry> simpleGeometries)Convert simple geometries to a feature collectionstatic FeatureCollectionFeaturesConverter. 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 StringFeaturesConverter. toStringValue(FeatureCollection featureCollection)Convert the feature collection to a string value
-