Uses of Class
mil.nga.oapi.features.json.Link
-
-
Uses of Link in mil.nga.oapi.features.json
Methods in mil.nga.oapi.features.json that return types with arguments of type Link Modifier and Type Method Description List<Link>Collection. getLinks()Get the linksList<Link>Collections. getLinks()Get the linksList<Link>FeatureCollection. getLinks()Get the linksMap<String,List<Link>>FeatureCollection. getRelationLinks()Get a mapping between link relations and linksstatic List<Link>Link. toLinks(Object linksObject)Convert the links object to a list of linksMethods in mil.nga.oapi.features.json with parameters of type Link Modifier and Type Method Description voidCollection. addLink(Link link)Add a linkvoidCollections. addLink(Link link)Add a linkMethod parameters in mil.nga.oapi.features.json with type arguments of type Link Modifier and Type Method Description voidCollection. setLinks(List<Link> links)Set the linksvoidCollections. setLinks(List<Link> links)Set the linksvoidFeatureCollection. setLinks(Collection<Link> links)Set the links
-