Package net.opengis.swe.v20
Interface AllowedTimes
- All Superinterfaces:
AbstractSWE
,DataConstraint
,HasCopy
,Serializable
- All Known Implementing Classes:
AllowedTimesImpl
POJO class for XML type AllowedTimesType(@http://www.opengis.net/swe/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInterval
(DateTimeOrDouble[] interval) Adds a new interval propertyvoid
addValue
(DateTimeOrDouble value) Adds a new value propertyGets 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
List<DateTimeOrDouble> getValueList()Gets the list of value properties -
getNumValues
int getNumValues()Returns number of value properties -
addValue
Adds a new value property -
getIntervalList
List<DateTimeOrDouble[]> getIntervalList()Gets the list of interval properties -
getNumIntervals
int getNumIntervals()Returns number of interval properties -
addInterval
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
-