org.deegree_impl.model.cv
Class SpatialExtent_Impl

java.lang.Object
  extended byorg.deegree_impl.model.cv.SpatialExtent_Impl
All Implemented Interfaces:
SpatialExtent

class SpatialExtent_Impl
extends java.lang.Object
implements SpatialExtent

The SpatialExtent lists the bounds along each of the spatial dimensions within which coverages may be requested from a coverage layer

-----------------------------------------------------------------------

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:31:14 $

Author:
Andreas Poth

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

crs

private java.lang.String crs

xExtent

private ExtentType xExtent

yExtent

private ExtentType yExtent

zExtent

private ExtentType zExtent
Constructor Detail

SpatialExtent_Impl

SpatialExtent_Impl(java.lang.String crs,
                   ExtentType xExtent,
                   ExtentType yExtent,
                   ExtentType zExtent)
Method Detail

getCRS

public java.lang.String getCRS()
returns the CRS name the spatial extent is defined

Specified by:
getCRS in interface SpatialExtent

getXExtent

public ExtentType getXExtent()
returns the x-value of the extent

Specified by:
getXExtent in interface SpatialExtent

getYExtent

public ExtentType getYExtent()
returns the y-value of the extent

Specified by:
getYExtent in interface SpatialExtent

getZExtent

public ExtentType getZExtent()
returns the z-value of the extent

Specified by:
getZExtent in interface SpatialExtent