|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree_impl.model.cv.SpatialExtent_Impl
The SpatialExtent lists the bounds along each of the spatial dimensions within which coverages may be requested from a coverage layer
-----------------------------------------------------------------------
Field Summary | |
private java.lang.String |
crs
|
private ExtentType |
xExtent
|
private ExtentType |
yExtent
|
private ExtentType |
zExtent
|
Constructor Summary | |
(package private) |
SpatialExtent_Impl(java.lang.String crs,
ExtentType xExtent,
ExtentType yExtent,
ExtentType zExtent)
|
Method Summary | |
java.lang.String |
getCRS()
returns the CRS name the spatial extent is defined |
ExtentType |
getXExtent()
returns the x-value of the extent |
ExtentType |
getYExtent()
returns the y-value of the extent |
ExtentType |
getZExtent()
returns the z-value of the extent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String crs
private ExtentType xExtent
private ExtentType yExtent
private ExtentType zExtent
Constructor Detail |
SpatialExtent_Impl(java.lang.String crs, ExtentType xExtent, ExtentType yExtent, ExtentType zExtent)
Method Detail |
public java.lang.String getCRS()
getCRS
in interface SpatialExtent
public ExtentType getXExtent()
getXExtent
in interface SpatialExtent
public ExtentType getYExtent()
getYExtent
in interface SpatialExtent
public ExtentType getZExtent()
getZExtent
in interface SpatialExtent
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |