Interface AllowedValues

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

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

    • getValueList

      List<Double> 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