org.deegree.model.coverage
Interface ExtentType

All Known Subinterfaces:
ElevationExtent, RangeExtent, TemporalExtent
All Known Implementing Classes:
ElevationExtent_Impl, ExtentType_Impl, RangeExtent_Impl, TemporalExtent_Impl

public interface ExtentType

describes the common extent elements

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

Version:
$Revision: 1.1 $ $Date: 2003/01/27 11:29:38 $

Author:
Andreas Poth

Method Summary
 java.lang.Object getDefault()
           
 double getMax()
          returns the maximum of the extent interval
 double getMin()
          returns the minimum of the extent interval
 double getResolution()
          returns the resolution of the extent interval
 java.lang.String getUOM()
          return the units of measure in which it expresses time intervals or instances
 double getValue()
          returns the value of the extent if its a single value extent. in this case getMin(), getMax() and getResolution() will return -9E99
 

Method Detail

getMin

public double getMin()
returns the minimum of the extent interval


getMax

public double getMax()
returns the maximum of the extent interval


getResolution

public double getResolution()
returns the resolution of the extent interval


getValue

public double getValue()
returns the value of the extent if its a single value extent. in this case getMin(), getMax() and getResolution() will return -9E99


getUOM

public java.lang.String getUOM()
return the units of measure in which it expresses time intervals or instances


getDefault

public java.lang.Object getDefault()