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 TypeMethodDescriptionvoidaddInterval(DateTimeOrDouble[] interval) Adds a new interval propertyvoidaddValue(DateTimeOrDouble value) Adds a new value propertyGets 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
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
-