com.supermap.services.protocols.wcs

Class Reference

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


  • public class Reference
    extends java.lang.Object
    

    The current request returns the resource reference for the coverage.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String href
      The link address of the returned coverage file.
      java.lang.String role
      The role, Coverage, or metadata represented by the current connection.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Reference()
      The Constructor.
      Reference(Reference reference)
      The Constructor.
    • Method Summary

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

      • href

        public java.lang.String href
        
        The link address of the returned coverage file.
      • role

        public java.lang.String role
        
        The role, Coverage, or metadata represented by the current connection.
    • Constructor Detail

      • Reference

        public Reference()
        

        The Constructor.

      • Reference

        public Reference(Reference reference)
        

        The Constructor.

        Parameters:
        reference - Coverage resource reference.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

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

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