public class CoverageDescription
extends java.lang.Object
Coverage description class, DescribeCoverage operation is used to return the descriptive information of the coverage.
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String | descriptionDescription of the coverage object. | 
| CoverageDomain | domainThe available space-time range for the current coverage. | 
| java.lang.String | identifierThe unique identifier of the coverage. | 
| java.util.List<java.lang.String> | keywordsCoverage keywords, such as data set names, data source names. | 
| RangeType | rangeThe current field information for the coverage. | 
| java.util.List<java.lang.String> | supportedCRSListList of CRS supported by coverage. | 
| java.util.List<java.lang.String> | supportedFormatListList of output formats supported by Coverage. | 
| java.lang.String | titleThe title of the coverage object. | 
| Constructor and Description | 
|---|
| CoverageDescription()The Constructor. | 
| CoverageDescription(CoverageDescription coverageDescription)The Constructor. | 
public java.lang.String title
public java.lang.String description
public java.util.List<java.lang.String> keywords
public java.lang.String identifier
public CoverageDomain domain
public RangeType range
public java.util.List<java.lang.String> supportedCRSList
public java.util.List<java.lang.String> supportedFormatList
public CoverageDescription()
The Constructor.
public CoverageDescription(CoverageDescription coverageDescription)
The Constructor.
coverageDescription - Description of the current coverage.public boolean equals(java.lang.Object obj)
Determines whether the specified CoverageDescription object and the current CoverageDescription object are equal.
equals in class java.lang.Objectobj - The object that is compared with the current CoverageDescription object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object