com.supermap.services.protocols.wcs

Class CoverageDescription

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


  • public class CoverageDescription
    extends java.lang.Object
    

    Coverage description class, DescribeCoverage operation is used to return the descriptive information of the coverage.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.lang.String description
      Description of the coverage object.
      CoverageDomain domain
      The available space-time range for the current coverage.
      java.lang.String identifier
      The unique identifier of the coverage.
      java.util.List<java.lang.String> keywords
      Coverage keywords, such as data set names, data source names.
      RangeType range
      The current field information for the coverage.
      java.util.List<java.lang.String> supportedCRSList
      List of CRS supported by coverage.
      java.util.List<java.lang.String> supportedFormatList
      List of output formats supported by Coverage.
      java.lang.String title
      The title of the coverage object.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Determines whether the specified CoverageDescription object and the current CoverageDescription 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
        
        The title of the coverage object.
      • description

        public java.lang.String description
        
        Description of the coverage object.
      • keywords

        public java.util.List<java.lang.String> keywords
        
        Coverage keywords, such as data set names, data source names.
      • identifier

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

        public CoverageDomain domain
        
        The available space-time range for the current coverage.
      • range

        public RangeType range
        
        The current field information for the coverage.
      • supportedCRSList

        public java.util.List<java.lang.String> supportedCRSList
        
        List of CRS supported by coverage.
      • supportedFormatList

        public java.util.List<java.lang.String> supportedFormatList
        
        List of output formats supported by Coverage.
    • Constructor Detail

      • CoverageDescription

        public CoverageDescription()
        

        The Constructor.

      • CoverageDescription

        public CoverageDescription(CoverageDescription coverageDescription)
        

        The Constructor.

        Parameters:
        coverageDescription - Description of the current coverage.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

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

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