org.deegree.ogcwebservices.sos.sensorml
Class Quantity
java.lang.Object
org.deegree.ogcwebservices.sos.sensorml.Quantity
public class Quantity
- extends java.lang.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)
- Parameters:
value
-
isFixed
public boolean isFixed()
- Returns:
- fixed
getMax
public double getMax()
- Returns:
- max
getMin
public double getMin()
- Returns:
- min
getUom
public java.net.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(java.net.URI uom)
- Parameters:
uom
-
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org