org.deegree.model.coverage
Interface SpatialExtent

All Known Implementing Classes:
SpatialExtent_Impl

public interface 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:29:38 $

Author:
Andreas Poth

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
 

Method Detail

getCRS

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


getXExtent

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


getYExtent

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


getZExtent

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