org.n52.oxf.conversion.gml32.geometry
Class AltitudeLimits
java.lang.Object
org.n52.oxf.conversion.gml32.geometry.AltitudeLimits
public class AltitudeLimits
- extends Object
Class representing altitudes with limits.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AltitudeLimits
public AltitudeLimits(double lowerLimit2,
AltitudeLimits.AltitudeReferences lowerReference,
double upperLimit2,
AltitudeLimits.AltitudeReferences upperReference)
getLowerLimitReference
public AltitudeLimits.AltitudeReferences getLowerLimitReference()
getUpperLimitReference
public AltitudeLimits.AltitudeReferences getUpperLimitReference()
getLowerLimit
public double getLowerLimit()
getUpperLimit
public double getUpperLimit()
getLowerLimitUom
public String getLowerLimitUom()
getUpperLimitUom
public String getUpperLimitUom()
Copyright © 2012-2013 52north.org. All Rights Reserved.