com.supermap.services.protocols.wcs
Class CoverageDescription
- java.lang.Object
-
- com.supermap.services.protocols.wcs.CoverageDescription
-
public class CoverageDescription extends java.lang.ObjectCoverage description class, DescribeCoverage operation is used to return the descriptive information of the coverage.
-
-
Field Summary
Fields Modifier and Type Field and Description java.lang.StringdescriptionDescription of the coverage object.CoverageDomaindomainThe available space-time range for the current coverage.java.lang.StringidentifierThe unique identifier of the coverage.java.util.List<java.lang.String>keywordsCoverage keywords, such as data set names, data source names.RangeTyperangeThe 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.StringtitleThe title of the coverage object.
-
Constructor Summary
Constructors Constructor and Description CoverageDescription()The Constructor.CoverageDescription(CoverageDescription coverageDescription)The Constructor.
-
-
-
Field Detail
-
title
public java.lang.String title
The title of the coverage object.
-
description
public java.lang.String description
Description of the coverage object.
-
keywords
public java.util.List<java.lang.String> keywords
Coverage keywords, such as data set names, data source names.
-
identifier
public java.lang.String identifier
The unique identifier of the coverage.
-
domain
public CoverageDomain domain
The available space-time range for the current coverage.
-
range
public RangeType range
The current field information for the coverage.
-
supportedCRSList
public java.util.List<java.lang.String> supportedCRSList
List of CRS supported by coverage.
-
supportedFormatList
public java.util.List<java.lang.String> supportedFormatList
List of output formats supported by Coverage.
-
-
Constructor Detail
-
CoverageDescription
public CoverageDescription()
The Constructor.
-
CoverageDescription
public CoverageDescription(CoverageDescription coverageDescription)
The Constructor.
- Parameters:
coverageDescription- Description of the current coverage.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified CoverageDescription object and the current CoverageDescription object are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current CoverageDescription 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.
-
-