Class SweAllowedValues
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.AbstractFeature
-
- org.n52.shetland.ogc.swes.AbstractSWES
-
- org.n52.shetland.ogc.swe.simpleType.SweAllowedValues
-
- All Implemented Interfaces:
HasDefaultEncoding<AbstractFeature>,HasExtension<AbstractSWES>
public class SweAllowedValues extends AbstractSWES
-
-
Constructor Summary
Constructors Constructor Description SweAllowedValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddInterval(RangeValue<Double> interval)voidaddValue(double value)voidaddValue(Double value)List<RangeValue<Double>>getInterval()BigIntegergetSignificantFigures()List<Double>getValue()booleanisSetInterval()booleanisSetSignificantFigures()booleanisSetValue()voidsetInterval(List<RangeValue<Double>> interval)voidsetSignificantFigures(BigInteger significantFigures)voidsetValue(List<Double> value)-
Methods inherited from class org.n52.shetland.ogc.swes.AbstractSWES
getExtensions, setExtensions
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractFeature
accept, copyTo, getDefaultElementEncoding, getXml, isEncoded, isSetDefaultElementEncoding, isSetXml, setDefaultElementEncoding, setXml, wasEncoded
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractGML
addMetaDataProperty, addMetaDataProperty, addName, addName, addName, copyTo, equals, getDescription, getFirstName, getGmlId, getHumanReadableIdentifier, getHumanReadableIdentifierCodeWithAuthority, getIdentifier, getIdentifierCodeWithAuthority, getMetaDataProperty, getName, getOriginalIdentifier, getOriginalIdentifierCodeWithAuthority, hashCode, isReferenced, isSetDescription, isSetGmlID, isSetHumanReadableIdentifier, isSetIdentifier, isSetMetaDataProperty, isSetName, isSetOriginalIdentifier, setDescription, setGmlId, setHumanReadableIdentifier, setHumanReadableIdentifier, setHumanReadableIdentifierAsIdentifier, setIdentifier, setIdentifier, setMetaDataProperty, setName, setName
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.ows.HasExtension
addExtension, addExtension, addExtensions, addSweBooleanExtension, addSweBooleanExtension, addSwesExtension, addSweTextExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getExtension, getExtension, getExtensionCount, hasExtension, hasExtension, hasExtensions
-
-
-
-
Method Detail
-
addValue
public void addValue(Double value)
-
addValue
public void addValue(double value)
-
isSetValue
public boolean isSetValue()
-
getInterval
public List<RangeValue<Double>> getInterval()
- Returns:
- the interval
-
setInterval
public void setInterval(List<RangeValue<Double>> interval)
- Parameters:
interval- the interval to set
-
addInterval
public void addInterval(RangeValue<Double> interval)
- Parameters:
interval- the interval to add
-
isSetInterval
public boolean isSetInterval()
-
getSignificantFigures
public BigInteger getSignificantFigures()
- Returns:
- the significantFigures
-
setSignificantFigures
public void setSignificantFigures(BigInteger significantFigures)
- Parameters:
significantFigures- the significantFigures to set
-
isSetSignificantFigures
public boolean isSetSignificantFigures()
-
-