public class CollectionExtent extends AnyJSONObject
Modifier and Type | Class and Description |
---|---|
class |
CollectionExtent.SpatialExtents
Spatial extent bboxs, each bbox xmin,ymin,xmax,ymax crs CRS84.
|
class |
CollectionExtent.TemporalExtents
Temporal extent intervals, each interval between two UTC times.
|
Constructor and Description |
---|
CollectionExtent() |
Modifier and Type | Method and Description |
---|---|
CollectionExtent.SpatialExtents |
getSpatial() |
CollectionExtent.TemporalExtents |
getTemporal() |
void |
setSpatial(CollectionExtent.SpatialExtents spatial) |
void |
setTemporal(CollectionExtent.TemporalExtents temporal) |
equals, hashCode, otherFields, setOtherField, toString
public CollectionExtent.SpatialExtents getSpatial()
public void setSpatial(CollectionExtent.SpatialExtents spatial)
public CollectionExtent.TemporalExtents getTemporal()
public void setTemporal(CollectionExtent.TemporalExtents temporal)
Copyright © 1996–2023 Geotools. All rights reserved.