|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SpatialExtent | |
org.deegree_impl.model.cv | |
org.deegree.model.coverage |
Uses of SpatialExtent in org.deegree_impl.model.cv |
Classes in org.deegree_impl.model.cv that implement SpatialExtent | |
(package private) class |
SpatialExtent_Impl
The SpatialExtent lists the bounds along each of the spatial dimensions within which coverages may be requested from a coverage layer ----------------------------------------------------------------------- |
Fields in org.deegree_impl.model.cv declared as SpatialExtent | |
private SpatialExtent |
DomainSetExtentDescription_Impl.spatialExtent
|
Methods in org.deegree_impl.model.cv that return SpatialExtent | |
SpatialExtent |
DomainSetExtentDescription_Impl.getSpatialExtent()
First, a required SpatialExtent element lists the bounds along each of the spatial dimensions within which coverages may be requested from a overage layer. |
private static SpatialExtent |
CVDescriptorFactory.createSpatialExtent(org.w3c.dom.Element element)
creates an instance of a SpatialExtent |
private static SpatialExtent |
CVDescriptorDirFactory.createSpatialExtent(org.w3c.dom.Element element)
creates an instance of a SpatialExtent |
Constructors in org.deegree_impl.model.cv with parameters of type SpatialExtent | |
GridExtentDescription_Impl(SpatialExtent spatialExtent,
int dimension,
TemporalExtent temporalExtent,
ElevationExtent elevationExtent,
Grid grid,
GridAxisDescription gridAxisDescription,
GridSpacing gridSpacing)
|
|
GridExtentDescription_Impl(SpatialExtent spatialExtent,
int dimension,
TemporalExtent temporalExtent,
ElevationExtent elevationExtent,
RectifiedGrid rectifiedGrid,
GridAxisDescription gridAxisDescription,
GridSpacing gridSpacing)
|
|
DomainSetExtentDescription_Impl(SpatialExtent spatialExtent,
int dimension,
TemporalExtent temporalExtent,
ElevationExtent elevationExtent)
|
Uses of SpatialExtent in org.deegree.model.coverage |
Methods in org.deegree.model.coverage that return SpatialExtent | |
SpatialExtent |
DomainSetExtentDescription.getSpatialExtent()
First, a required SpatialExtent element lists the bounds along each of the spatial dimensions within which coverages may be requested from a overage layer. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |