Package | Description |
---|---|
org.geotools.metadata.iso.extent |
Extent implementation.
|
org.opengis.metadata.extent |
Extent information.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundingPolygonImpl
Boundary enclosing the dataset, expressed as the closed set of (x,y)
coordinates of the polygon.
|
class |
GeographicBoundingBoxImpl
Geographic position of the dataset.
|
class |
GeographicDescriptionImpl
Description of the geographic area using identifiers.
|
class |
GeographicExtentImpl
Base class for geographic area of the dataset.
|
Modifier and Type | Method and Description |
---|---|
Collection<GeographicExtent> |
ExtentImpl.getGeographicElements()
Provides geographic component of the extent of the referring object
|
Collection<GeographicExtent> |
SpatialTemporalExtentImpl.getSpatialExtent()
Returns the spatial extent component of composite spatial and temporal extent.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtentImpl.setGeographicElements(Collection<? extends GeographicExtent> newValues)
Set geographic component of the extent of the referring object
|
void |
SpatialTemporalExtentImpl.setSpatialExtent(Collection<? extends GeographicExtent> newValues)
Set the spatial extent component of composite spatial and temporal extent.
|
Constructor and Description |
---|
GeographicExtentImpl(GeographicExtent extent)
Constructs a geographic extent initialized to the same values than the specified one.
|
Constructor and Description |
---|
SpatialTemporalExtentImpl(Date startTime,
Date endTime,
Collection<? extends GeographicExtent> spatialExtent)
Creates a spatial-temporal extent initialized to the specified values.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BoundingPolygon
Boundary enclosing the dataset, expressed as the closed set of (x,y)
coordinates of the polygon.
|
interface |
GeographicBoundingBox
Geographic position of the dataset.
|
interface |
GeographicDescription
Description of the geographic area using identifiers.
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends GeographicExtent> |
Extent.getGeographicElements()
Provides geographic component of the extent of the referring object
|
Collection<? extends GeographicExtent> |
SpatialTemporalExtent.getSpatialExtent()
Returns the spatial extent component of composite spatial and temporal extent.
|
Copyright © 1996–2019 Geotools. All rights reserved.