Uses of Class
mil.nga.oapi.features.json.Collection
-
-
Uses of Collection in mil.nga.oapi.features.json
Methods in mil.nga.oapi.features.json that return Collection Modifier and Type Method Description static Collection
FeaturesConverter. toCollection(com.fasterxml.jackson.databind.JsonNode tree)
Convert the JSON tree to a collectionstatic Collection
FeaturesConverter. toCollection(Object value)
Convert the object value to a collectionstatic Collection
FeaturesConverter. toCollection(String content)
Convert the string content to a collectionMethods in mil.nga.oapi.features.json that return types with arguments of type Collection Modifier and Type Method Description List<Collection>
Collections. getCollections()
Get the collectionsMethods in mil.nga.oapi.features.json with parameters of type Collection Modifier and Type Method Description void
Collections. addCollection(Collection collection)
Add a collectionMethod parameters in mil.nga.oapi.features.json with type arguments of type Collection Modifier and Type Method Description void
Collections. setCollections(List<Collection> collections)
Set the collections
-