public class Collection<T> extends AbstractDocument
Modifier and Type | Field and Description |
---|---|
protected CollectionExtent |
extent |
id, links
Constructor and Description |
---|
Collection() |
Modifier and Type | Method and Description |
---|---|
ReferencedEnvelope |
getBounds()
Gets a single
ReferencedEnvelope representing the full bounds of the collection, or
null if they are not found. |
CollectionExtent |
getExtent() |
void |
setExtent(CollectionExtent extent) |
addLink, getDescription, getId, getLinks, getTitle, getType, setDescription, setId, setTitle, setType, toString
equals, hashCode, otherFields, setOtherField
protected CollectionExtent extent
public CollectionExtent getExtent()
public void setExtent(CollectionExtent extent)
public ReferencedEnvelope getBounds()
ReferencedEnvelope
representing the full bounds of the collection, or
null if they are not found.Copyright © 1996–2023 Geotools. All rights reserved.