|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.DomainSetExtentDescription_Impl
Describes the extents that are common to all coverage types.
-----------------------------------------------------------------------
Field Summary | |
private int |
dimension
|
private ElevationExtent |
elevationExtent
|
private SpatialExtent |
spatialExtent
|
private boolean |
temporal
|
private TemporalExtent |
temporalExtent
|
Constructor Summary | |
DomainSetExtentDescription_Impl(SpatialExtent spatialExtent,
int dimension,
TemporalExtent temporalExtent,
ElevationExtent elevationExtent)
|
Method Summary | |
int |
getDimension()
return the dimension of the (spatial?) |
ElevationExtent |
getElevationExtent()
Lastly, an optional ElevationExtent element, lists the elevation intervals or points at which coverages may be requested from a coverage layer. |
SpatialExtent |
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. |
TemporalExtent |
getTemporalExtent()
An optional TemporalExtent element, depicted in Figure 6 below, lists the times for which coverages may be requested from a coverage layer. |
boolean |
isTemporal()
returns true if the extent is temporal |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int dimension
private ElevationExtent elevationExtent
private SpatialExtent spatialExtent
private TemporalExtent temporalExtent
private boolean temporal
Constructor Detail |
public DomainSetExtentDescription_Impl(SpatialExtent spatialExtent, int dimension, TemporalExtent temporalExtent, ElevationExtent elevationExtent)
Method Detail |
public int getDimension()
getDimension
in interface DomainSetExtentDescription
public ElevationExtent getElevationExtent()
ElevationExtent has an optional attribute uom indicating the units of measure in which it expresses elevations.
ElevationExtent is intended to supplement a 2-dimensional spatial extent with elevation information.
getElevationExtent
in interface DomainSetExtentDescription
public SpatialExtent getSpatialExtent()
getSpatialExtent
in interface DomainSetExtentDescription
public TemporalExtent getTemporalExtent()
TemporalExtent has an optional attribute uom indicating the units of measure in which it expresses time intervals or instances.
getTemporalExtent
in interface DomainSetExtentDescription
public boolean isTemporal()
isTemporal
in interface DomainSetExtentDescription
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |