deegree 2.3 (2010/04/09 10:10 build-4-official)

org.deegree.ogcwebservices.sos.sensorml
Class Quantity

java.lang.Object
  extended by org.deegree.ogcwebservices.sos.sensorml.Quantity

public class Quantity
extends Object

represents a Quantity; please read the SensorML spec

Author:
Matthias Kulbe

Constructor Summary
Quantity(double value)
           
 
Method Summary
 double getMax()
           
 double getMin()
           
 URI getUom()
           
 double getValue()
           
 boolean isFixed()
           
 void setFixed(boolean fixed)
           
 void setMax(double max)
           
 void setMin(double min)
           
 void setUom(URI uom)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Quantity

public Quantity(double value)
Parameters:
value -
Method Detail

isFixed

public boolean isFixed()
Returns:
fixed

getMax

public double getMax()
Returns:
max

getMin

public double getMin()
Returns:
min

getUom

public URI getUom()
Returns:
uom

getValue

public double getValue()
Returns:
value

setFixed

public void setFixed(boolean fixed)
Parameters:
fixed -

setMax

public void setMax(double max)
Parameters:
max -

setMin

public void setMin(double min)
Parameters:
min -

setUom

public void setUom(URI uom)
Parameters:
uom -

deegree 2.3 (2010/04/09 10:10 build-4-official)

an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org