com.supermap.services.protocols.wcs

类 Reference

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


  • public class Reference
    extends java.lang.Object
    

    当前请求返回的Coverage的资源参考。

    • 字段概要

      字段 
      限定符和类型 字段和说明
      java.lang.String href
      返回的Coverage文件的链接地址。
      java.lang.String role
      当前连接所代表的角色,Coverage或metadata。
    • 方法概要

      方法 
      限定符和类型 方法和说明
      boolean equals(java.lang.Object obj)
      判断指定的 Reference 对象和当前 Reference 对象是否相等。
      int hashCode()
      返回哈希码。
      • 从类继承的方法 java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • href

        public java.lang.String href
        
        返回的Coverage文件的链接地址。
      • role

        public java.lang.String role
        
        当前连接所代表的角色,Coverage或metadata。
    • 构造器详细资料

      • Reference

        public Reference()
        

        构造函数。

      • Reference

        public Reference(Reference reference)
        

        构造函数。

        参数:
        reference - Coverage的资源参考。
    • 方法详细资料

      • equals

        public boolean equals(java.lang.Object obj)
        

        判断指定的 Reference 对象和当前 Reference 对象是否相等。

        覆盖:
        equals 在类中 java.lang.Object
        参数:
        obj - 与当前 Reference 对象进行比较的对象。
        返回:
        如果两个对象相同,返回 true;否则返回 false。
      • hashCode

        public int hashCode()
        

        返回哈希码。

        覆盖:
        hashCode 在类中 java.lang.Object
        返回:
        哈希码。