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> |
coverageSummaryList
A list of the description of the Coverage subkey.
|
java.lang.String |
description
Coverage description information.
|
java.lang.String |
identifier
The unique identifier of the coverage.
|
java.lang.String |
title
Coverage title.
|
BoundingBox |
wgs84BoundingBox
The 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.Object
obj
- the object that is compared with the current object.public int hashCode()
Return hash code.
hashCode
in class java.lang.Object