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