public class CoverageSummary
extends java.lang.Object
Coverage profile description class, GetCapabilities operation is used to return the coverage of the coverage information.
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<CoverageSummary> | coverageSummaryListA list of the description of the Coverage subkey. | 
| java.lang.String | descriptionCoverage description information. | 
| java.lang.String | identifierThe unique identifier of the coverage. | 
| java.lang.String | titleCoverage title. | 
| BoundingBox | wgs84BoundingBoxThe Coverage geographic coordinate system is the bounding box of WGS1984. | 
| Constructor and Description | 
|---|
| CoverageSummary()The Constructor. | 
| CoverageSummary(CoverageSummary coverageSummary)The Constructor. | 
public java.lang.String title
public java.lang.String description
public BoundingBox wgs84BoundingBox
public java.lang.String identifier
public java.util.List<CoverageSummary> coverageSummaryList
public CoverageSummary()
The Constructor.
public CoverageSummary(CoverageSummary coverageSummary)
The Constructor.
coverageSummary - coverage of the coverage class.public boolean equals(java.lang.Object obj)
Determines whether the specified CoverageSummary object and the current CoverageSummary object are equal.
equals in class java.lang.Objectobj - the object that is compared with the current object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object