org.deegree.ogcwebservices.sos.sensorml
Class Quantity
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Quantity
public Quantity(double value)
isFixed
public boolean isFixed()
getMax
public double getMax()
getMin
public double getMin()
getUom
public URI getUom()
getValue
public double getValue()
setFixed
public void setFixed(boolean fixed)
setMax
public void setMax(double max)
setMin
public void setMin(double min)
setUom
public void setUom(URI uom)
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://deegree.sourceforge.net