com.supermap.services.protocols.wcs

Class Coverage

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


  • public class Coverage
    extends java.lang.Object
    

    Raster image dataset information description class.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      java.util.List<BoundingBox> boundingBoxList
      The bounding box of the coverage.
      byte[] coverageData
      Coverage data
      java.lang.String description
      Coverage description information.
      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.
      java.lang.String name
      The name of the coverage, and the information used by the server to identify the data source.
      java.lang.String noValue
      The null value of the field in the coverage field.
      java.util.List<Reference> referenceList
      Coverage A list of resource locations that contain URI links for resource files.
      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
      Coverage title.
      java.lang.String type
      The type of coverage.
      PossibleValues values
      The possible values for the fields in the coverage.
      BoundingBox wgs84BoundingBox
      Coverage in the WGS1984 geographic coordinate system under the bounding box.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Coverage()
      The Constructor.
      Coverage(Coverage coverage)
      The Constructor.
    • Method Summary

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

      • identifier

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

        public java.lang.String name
        
        The name of the coverage, and the information used by the server to identify the data source.
      • title

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

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

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

        public java.lang.String type
        
        The type of coverage.
      • boundingBoxList

        public java.util.List<BoundingBox> boundingBoxList
        
        The bounding box of the coverage.
      • wgs84BoundingBox

        public BoundingBox wgs84BoundingBox
        
        Coverage in the WGS1984 geographic coordinate system under the bounding box.
      • values

        public PossibleValues values
        
        The possible values for the fields in the coverage.
      • noValue

        public java.lang.String noValue
        
        The null value of the field in the coverage field.
      • referenceList

        public java.util.List<Reference> referenceList
        
        Coverage A list of resource locations that contain URI links for resource files.
      • supportedFormatList

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

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

        public byte[] coverageData
        
        Coverage data
    • Constructor Detail

      • Coverage

        public Coverage()
        

        The Constructor.

      • Coverage

        public Coverage(Coverage coverage)
        

        The Constructor.

        Parameters:
        coverage - raster image data.
    • Method Detail

      • equals

        public boolean equals(java.lang.Object obj)
        

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

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