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 void
Collection. addLink(Link link)
Add a linkvoid
Collections. addLink(Link link)
Add a linkMethod parameters in mil.nga.oapi.features.json with type arguments of type Link Modifier and Type Method Description void
Collection. setLinks(List<Link> links)
Set the linksvoid
Collections. setLinks(List<Link> links)
Set the linksvoid
FeatureCollection. setLinks(Collection<Link> links)
Set the links
-