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 TypeMethodDescriptionvoid
addInterval
(double[] interval) Adds a new interval propertyvoid
addValue
(double value) Adds a new value propertyList<double[]>
Gets the list of interval propertiesint
Returns number of interval propertiesint
Returns number of value propertiesint
Gets the significantFigures propertyGets the list of value propertiesboolean
Checks if significantFigures is setvoid
setSignificantFigures
(int significantFigures) Sets the significantFigures propertyvoid
Unsets 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
-