Package net.opengis.swe.v20
Interface AllowedValues
- All Superinterfaces:
AbstractSWE,DataConstraint,HasCopy,Serializable
- All Known Implementing Classes:
AllowedValuesImpl
POJO class for XML type AllowedValuesType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddInterval(double[] interval) Adds a new interval propertyvoidaddValue(double value) Adds a new value propertyList<double[]>Gets the list of interval propertiesintReturns number of interval propertiesintReturns number of value propertiesintGets the significantFigures propertyGets the list of value propertiesbooleanChecks if significantFigures is setvoidsetSignificantFigures(int significantFigures) Sets the significantFigures propertyvoidUnsets the significantFigures propertyMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Method Details
-
getValueList
Gets the list of value properties -
getNumValues
int getNumValues()Returns number of value properties -
addValue
void addValue(double value) Adds a new value property -
getIntervalList
List<double[]> getIntervalList()Gets the list of interval properties -
getNumIntervals
int getNumIntervals()Returns number of interval properties -
addInterval
void addInterval(double[] interval) Adds a new interval property -
getSignificantFigures
int getSignificantFigures()Gets the significantFigures property -
isSetSignificantFigures
boolean isSetSignificantFigures()Checks if significantFigures is set -
setSignificantFigures
void setSignificantFigures(int significantFigures) Sets the significantFigures property -
unSetSignificantFigures
void unSetSignificantFigures()Unsets the significantFigures property
-