com.supermap.services.protocols.wcs

类 CoverageSummary

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


  • public class CoverageSummary
    extends java.lang.Object
    

    Coverage的概要描述类,GetCapabilities操作用来返回Coverage的概要信息。

    • 方法概要

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

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

      • title

        public java.lang.String title
        
        Coverage的标题。
      • description

        public java.lang.String description
        
        Coverage的描述信息。
      • wgs84BoundingBox

        public BoundingBox wgs84BoundingBox
        
        Coverage地理坐标系为WGS1984的边界框。
      • identifier

        public java.lang.String identifier
        
        Coverage的唯一标识。
      • coverageSummaryList

        public java.util.List<CoverageSummary> coverageSummaryList
        
        Coverage子项的概要描述列表。
    • 构造器详细资料

      • CoverageSummary

        public CoverageSummary()
        

        构造函数。

      • CoverageSummary

        public CoverageSummary(CoverageSummary coverageSummary)
        

        构造函数。

        参数:
        coverageSummary - Coverage的概要描述类。
    • 方法详细资料

      • equals

        public boolean equals(java.lang.Object obj)
        

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

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

        public int hashCode()
        

        返回哈希码。

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