com.supermap.services.protocols.wcs

Class CoverageSummary

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


  • public class CoverageSummary
    extends java.lang.Object
    

    Coverage profile description class, GetCapabilities operation is used to return the coverage of the coverage information.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.util.List<CoverageSummary> coverageSummaryList
      A list of the description of the Coverage subkey.
      java.lang.String description
      Coverage description information.
      java.lang.String identifier
      The unique identifier of the coverage.
      java.lang.String title
      Coverage title.
      BoundingBox wgs84BoundingBox
      The Coverage geographic coordinate system is the bounding box of WGS1984.
    • Method Summary

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

      • title

        public java.lang.String title
        
        Coverage title.
      • description

        public java.lang.String description
        
        Coverage description information.
      • wgs84BoundingBox

        public BoundingBox wgs84BoundingBox
        
        The Coverage geographic coordinate system is the bounding box of WGS1984.
      • identifier

        public java.lang.String identifier
        
        The unique identifier of the coverage.
      • coverageSummaryList

        public java.util.List<CoverageSummary> coverageSummaryList
        
        A list of the description of the Coverage subkey.
    • Constructor Detail

      • CoverageSummary

        public CoverageSummary()
        

        The Constructor.

      • CoverageSummary

        public CoverageSummary(CoverageSummary coverageSummary)
        

        The Constructor.

        Parameters:
        coverageSummary - coverage of the coverage class.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

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

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