Package org.geotools.stac.client
Class AbstractDocument
Object
AnyJSONObject
AbstractDocument
- Direct Known Subclasses:
Collection
,CollectionList
,STACLandingPage
Base OGC API document class, with identifier and links
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AnyJSONObject
equals, hashCode, otherFields, setOtherField
-
Field Details
-
id
-
links
-
-
Constructor Details
-
AbstractDocument
public AbstractDocument()
-
-
Method Details
-
addLink
Adds a link to the document -
getLinks
-
getId
Returns the document id, as is -
setId
-
getTitle
-
setTitle
-
getDescription
-
setDescription
-
getType
-
setType
-
toString
- Overrides:
toString
in classAnyJSONObject
-