Uses of Class
org.geotools.stac.client.Link
-
Packages that use Link Package Description org.geotools.stac.client -
-
Uses of Link in org.geotools.stac.client
Fields in org.geotools.stac.client with type parameters of type Link Modifier and Type Field Description protected List<Link>
AbstractDocument. links
Methods in org.geotools.stac.client that return types with arguments of type Link Modifier and Type Method Description List<Link>
AbstractDocument. getLinks()
Methods in org.geotools.stac.client with parameters of type Link Modifier and Type Method Description void
AbstractDocument. addLink(Link link)
Adds a link to the document
-