com.supermap.services.protocols.wcs

类 CoverageDomain

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


  • public class CoverageDomain
    extends java.lang.Object
    

    当前Coverage的时空范围。

    • 方法概要

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

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

      • spatialDomain

        public SpatialDomain spatialDomain
        
        当前Coverage的空间范围。
    • 构造器详细资料

      • CoverageDomain

        public CoverageDomain()
        

        构造函数。

      • CoverageDomain

        public CoverageDomain(CoverageDomain coverageDomain)
        

        构造函数。

        参数:
        coverageDomain - 当前Coverage的时空范围。
    • 方法详细资料

      • equals

        public boolean equals(java.lang.Object obj)
        

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

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

        public int hashCode()
        

        返回哈希码。

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