com.supermap.services.protocols.wcs
Class CoverageSummary
- java.lang.Object
-
- com.supermap.services.protocols.wcs.CoverageSummary
-
public class CoverageSummary extends java.lang.ObjectCoverage profile description class, GetCapabilities operation is used to return the coverage of the coverage information.
-
-
Field Summary
Fields Modifier and Type Field and Description java.util.List<CoverageSummary>coverageSummaryListA list of the description of the Coverage subkey.java.lang.StringdescriptionCoverage description information.java.lang.StringidentifierThe unique identifier of the coverage.java.lang.StringtitleCoverage title.BoundingBoxwgs84BoundingBoxThe Coverage geographic coordinate system is the bounding box of WGS1984.
-
Constructor Summary
Constructors Constructor and Description CoverageSummary()The Constructor.CoverageSummary(CoverageSummary coverageSummary)The Constructor.
-
-
-
Field Detail
-
title
public java.lang.String title
Coverage title.
-
description
public java.lang.String description
Coverage description information.
-
wgs84BoundingBox
public BoundingBox wgs84BoundingBox
The Coverage geographic coordinate system is the bounding box of WGS1984.
-
identifier
public java.lang.String identifier
The unique identifier of the coverage.
-
coverageSummaryList
public java.util.List<CoverageSummary> coverageSummaryList
A list of the description of the Coverage subkey.
-
-
Constructor Detail
-
CoverageSummary
public CoverageSummary()
The Constructor.
-
CoverageSummary
public CoverageSummary(CoverageSummary coverageSummary)
The Constructor.
- Parameters:
coverageSummary- coverage of the coverage class.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified CoverageSummary object and the current CoverageSummary object are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- the object that is compared with the current object.- Returns:
- Returns true if both objects are equal; false otherwise.
-
hashCode
public int hashCode()
Return hash code.
- Overrides:
hashCodein classjava.lang.Object- Returns:
- hash code.
-
-