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 |
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.
|
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.Object
obj
- The object that is compared with the current CoverageDescription object.public int hashCode()
Return hash code.
hashCode
in class java.lang.Object