Package org.geotools.stac.client
Class Collection<T>
Object
AnyJSONObject
AbstractDocument
Collection<T>
Single collection document
-
Field Summary
FieldsFields inherited from class AbstractDocument
id, links
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a singleReferencedEnvelope
representing the full bounds of the collection, or null if they are not found.void
setExtent
(CollectionExtent extent) 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
-
Field Details
-
extent
-
-
Constructor Details
-
Collection
public Collection()
-
-
Method Details
-
getExtent
-
setExtent
-
getBounds
Gets a singleReferencedEnvelope
representing the full bounds of the collection, or null if they are not found.- Returns:
-