org.deegree_impl.model.cv
Class RangeExtent_Impl

java.lang.Object
  extended byorg.deegree_impl.model.cv.ExtentType_Impl
      extended byorg.deegree_impl.model.cv.RangeExtent_Impl
All Implemented Interfaces:
ExtentType

class RangeExtent_Impl
extends ExtentType_Impl
implements ExtentType

defines a parameter value for which measurements are available. TODO

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

Version:
$Revision: 1.2 $ $Date: 2004/01/03 13:46:46 $

Author:
Andreas Poth

Constructor Summary
(package private) RangeExtent_Impl(double min, double max, double resolution, java.lang.String uom)
           
(package private) RangeExtent_Impl(double value, java.lang.String uom)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.deegree.model.coverage.ExtentType
getDefault, getMax, getMin, getResolution, getUOM, getValue
 

Constructor Detail

RangeExtent_Impl

RangeExtent_Impl(double min,
                 double max,
                 double resolution,
                 java.lang.String uom)

RangeExtent_Impl

RangeExtent_Impl(double value,
                 java.lang.String uom)
Method Detail

getDefault

public java.lang.Object getDefault()
Specified by:
getDefault in interface ExtentType

getMax

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

Specified by:
getMax in interface ExtentType

getMin

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

Specified by:
getMin in interface ExtentType

getResolution

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

Specified by:
getResolution in interface ExtentType

getUOM

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

Specified by:
getUOM in interface ExtentType

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

Specified by:
getValue in interface ExtentType