com.supermap.services.protocols.wcs

Class Definition

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


  • public class Definition
    extends java.lang.Object
    

    The current scope of more definition information, including meaning, units and so on.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String dataType
      The data type of the coverage object field.
      java.lang.String defaultValue
      The default value for the Coverage object field.
      PossibleValues possibleValues
      The possible values for the coverage field.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the specified Definition object and the current Definition 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

      • possibleValues

        public PossibleValues possibleValues
        
        The possible values for the coverage field.
      • defaultValue

        public java.lang.String defaultValue
        
        The default value for the Coverage object field.
      • dataType

        public java.lang.String dataType
        
        The data type of the coverage object field.
    • Constructor Detail

      • Definition

        public Definition()
        

        The Constructor.

      • Definition

        public Definition(Definition definition)
        

        The Constructor.

        Parameters:
        definition - Definition of the current scope.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

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

        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The object that is compared with the current Definition 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.