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 AbstractDocumentid, links
 
- 
 - 
Constructor SummaryConstructors Constructor Description STACLandingPage()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getConformance()StringgetSearchLink(HttpMethod method)voidsetConformance(List<String> conformance)- 
Methods inherited from class AbstractDocumentaddLink, getDescription, getId, getLinks, getTitle, getType, setDescription, setId, setTitle, setType, toString
 - 
Methods inherited from class AnyJSONObjectequals, hashCode, otherFields, setOtherField
 
- 
 
-