Package org.geotools.stac.client
Class Collection<T>
- Object
- 
- AnyJSONObject
- 
- AbstractDocument
- 
- Collection<T>
 
 
 
- 
 public class Collection<T> extends AbstractDocument Single collection document
- 
- 
Field SummaryFields Modifier and Type Field Description protected CollectionExtentextent- 
Fields inherited from class AbstractDocumentid, links
 
- 
 - 
Constructor SummaryConstructors Constructor Description Collection()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ReferencedEnvelopegetBounds()Gets a singleReferencedEnveloperepresenting the full bounds of the collection, or null if they are not found.CollectionExtentgetExtent()voidsetExtent(CollectionExtent extent)- 
Methods inherited from class AbstractDocumentaddLink, getDescription, getId, getLinks, getTitle, getType, setDescription, setId, setTitle, setType, toString
 - 
Methods inherited from class AnyJSONObjectequals, hashCode, otherFields, setOtherField
 
- 
 
- 
- 
- 
Field Detail- 
extentprotected CollectionExtent extent 
 
- 
 - 
Method Detail- 
getExtentpublic CollectionExtent getExtent() 
 - 
setExtentpublic void setExtent(CollectionExtent extent) 
 - 
getBoundspublic ReferencedEnvelope getBounds() Gets a singleReferencedEnveloperepresenting the full bounds of the collection, or null if they are not found.- Returns:
 
 
- 
 
-