Interface AllowedTimes

All Superinterfaces:
AbstractSWE, DataConstraint, HasCopy, Serializable
All Known Implementing Classes:
AllowedTimesImpl

public interface AllowedTimes extends AbstractSWE, DataConstraint
POJO class for XML type AllowedTimesType(@http://www.opengis.net/swe/2.0). This is a complex type.
  • Method Details

    • getValueList

      List<DateTimeOrDouble> getValueList()
      Gets the list of value properties
    • getNumValues

      int getNumValues()
      Returns number of value properties
    • addValue

      void addValue(DateTimeOrDouble value)
      Adds a new value property
    • getIntervalList

      List<DateTimeOrDouble[]> getIntervalList()
      Gets the list of interval properties
    • getNumIntervals

      int getNumIntervals()
      Returns number of interval properties
    • addInterval

      void addInterval(DateTimeOrDouble[] 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