|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Describes the extents that are common to all coverage types.
-----------------------------------------------------------------------
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 |
Method Detail |
public boolean isTemporal()
public int getDimension()
public SpatialExtent getSpatialExtent()
public TemporalExtent getTemporalExtent()
TemporalExtent has an optional attribute uom indicating the units of measure in which it expresses time intervals or instances.
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.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |