Uses of Class
mil.nga.oapi.features.json.Collections
-
-
Uses of Collections in mil.nga.oapi.features.json
Methods in mil.nga.oapi.features.json that return Collections Modifier and Type Method Description static Collections
FeaturesConverter. toCollections(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a collectionsstatic Collections
FeaturesConverter. toCollections(Object value)
Convert the object value to a collectionsstatic Collections
FeaturesConverter. toCollections(String content)
Convert the string content to a collections
-