Package org.geotools.stac.client
Class STACLandingPage
- Object
-
- AnyJSONObject
-
- AbstractDocument
-
- STACLandingPage
-
public class STACLandingPage extends AbstractDocument
Landing page for STAC APIs, basically a document with links, with the addition of conformance classes.
-
-
Field Summary
-
Fields inherited from class AbstractDocument
id, links
-
-
Constructor Summary
Constructors Constructor Description STACLandingPage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getConformance()
String
getSearchLink(HttpMethod method)
void
setConformance(List<String> conformance)
-
Methods inherited from class AbstractDocument
addLink, getDescription, getId, getLinks, getTitle, getType, setDescription, setId, setTitle, setType, toString
-
Methods inherited from class AnyJSONObject
equals, hashCode, otherFields, setOtherField
-
-