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 CollectionFeaturesConverter. toCollection(com.fasterxml.jackson.databind.JsonNode tree)Convert the JSON tree to a collectionstatic CollectionFeaturesConverter. toCollection(Object value)Convert the object value to a collectionstatic CollectionFeaturesConverter. 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 voidCollections. addCollection(Collection collection)Add a collectionMethod parameters in mil.nga.oapi.features.json with type arguments of type Collection Modifier and Type Method Description voidCollections. setCollections(List<Collection> collections)Set the collections
-