|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeographicExtent | |
---|---|
org.geotools.metadata.iso.extent | Extent implementation. |
org.opengis.metadata.extent | Extent information. |
Uses of GeographicExtent in org.geotools.metadata.iso.extent |
---|
Classes in org.geotools.metadata.iso.extent that implement GeographicExtent | |
---|---|
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. |
Methods in org.geotools.metadata.iso.extent that return types with arguments of type GeographicExtent | |
---|---|
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. |
Method parameters in org.geotools.metadata.iso.extent with type arguments of type GeographicExtent | |
---|---|
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. |
Constructors in org.geotools.metadata.iso.extent with parameters of type GeographicExtent | |
---|---|
GeographicExtentImpl(GeographicExtent extent)
Constructs a geographic extent initialized to the same values than the specified one. |
Constructor parameters in org.geotools.metadata.iso.extent with type arguments of type GeographicExtent | |
---|---|
SpatialTemporalExtentImpl(Date startTime,
Date endTime,
Collection<? extends GeographicExtent> spatialExtent)
Creates a spatial-temporal extent initialized to the specified values. |
Uses of GeographicExtent in org.opengis.metadata.extent |
---|
Subinterfaces of GeographicExtent in org.opengis.metadata.extent | |
---|---|
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. |
Methods in org.opengis.metadata.extent that return types with arguments of type GeographicExtent | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |