com.supermap.services.protocols.wcs

Class PossibleValues

  • java.lang.Object
    • com.supermap.services.protocols.wcs.PossibleValues


  • public class PossibleValues
    extends java.lang.Object
    

    The possible values for the coverage field.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class and Description
      static class  PossibleValues.ValueType
      The type of field value.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      double maxValue
      Field maximum.
      double minValue
      Field minimum.
      PossibleValues.ValueType type
      Field value type, @ , which identifies the type of the field value.
      java.util.List<java.lang.String> values
      Field value list.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the specified PossibleValues object and the current PossibleValues object are equal.
      int hashCode()
      Return hash code.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • values

        public java.util.List<java.lang.String> values
        
        Field value list.
      • minValue

        public double minValue
        
        Field minimum.
      • maxValue

        public double maxValue
        
        Field maximum.
    • Constructor Detail

      • PossibleValues

        public PossibleValues()
        

        The Constructor.

      • PossibleValues

        public PossibleValues(PossibleValues possibleValues)
        

        The Constructor.

        Parameters:
        possibleValues - Coverage Possible values for object fields.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

        Determines whether the specified PossibleValues object and the current PossibleValues object are equal.

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The object that is compared with the current PossibleValues object.
        Returns:
        Returns true if both objects are equal; false otherwise.
      • hashCode

        public int hashCode()
        

        Return hash code.

        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hash code.