| Package | Description |
|---|---|
| org.geotools.metadata.iso.extent |
Extent implementation.
|
| org.opengis.metadata.extent |
Extent information.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SpatialTemporalExtentImpl
Boundary enclosing the dataset, expressed as the closed set of (x,y)
coordinates of the polygon.
|
class |
TemporalExtentImpl
Boundary enclosing the dataset, expressed as the closed set of (x,y)
coordinates of the polygon.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TemporalExtent> |
ExtentImpl.getTemporalElements()
Provides temporal component of the extent of the referring object
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtentImpl.setTemporalElements(Collection<? extends TemporalExtent> newValues)
Set temporal component of the extent of the referring object
|
| Constructor and Description |
|---|
TemporalExtentImpl(TemporalExtent source)
Constructs a metadata entity initialized with the values from the specified metadata.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SpatialTemporalExtent
Extent with respect to date/time and spatial boundaries.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TemporalExtent> |
Extent.getTemporalElements()
Provides temporal component of the extent of the referring object
|
Copyright © 1996–2019 Geotools. All rights reserved.