com.supermap.services.protocols.wcs
Class Coverage
- java.lang.Object
-
- com.supermap.services.protocols.wcs.Coverage
-
public class Coverage extends java.lang.ObjectRaster image dataset information description class.
-
-
Field Summary
Fields Modifier and Type Field and Description java.util.List<BoundingBox>boundingBoxListThe bounding box of the coverage.byte[]coverageDataCoverage datajava.lang.StringdescriptionCoverage description information.java.lang.StringidentifierThe unique identifier of the coverage.java.util.List<java.lang.String>keywordsCoverage keywords, such as data set names, data source names.java.lang.StringnameThe name of the coverage, and the information used by the server to identify the data source.java.lang.StringnoValueThe null value of the field in the coverage field.java.util.List<Reference>referenceListCoverage A list of resource locations that contain URI links for resource files.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.StringtitleCoverage title.java.lang.StringtypeThe type of coverage.PossibleValuesvaluesThe possible values for the fields in the coverage.BoundingBoxwgs84BoundingBoxCoverage in the WGS1984 geographic coordinate system under the bounding box.
-
Constructor Summary
Constructors Constructor and Description Coverage()The Constructor.Coverage(Coverage coverage)The Constructor.
-
-
-
Field Detail
-
identifier
public java.lang.String identifier
The unique identifier of the coverage.
-
name
public java.lang.String name
The name of the coverage, and the information used by the server to identify the data source.
-
title
public java.lang.String title
Coverage title.
-
description
public java.lang.String description
Coverage description information.
-
keywords
public java.util.List<java.lang.String> keywords
Coverage keywords, such as data set names, data source names.
-
type
public java.lang.String type
The type of coverage.
-
boundingBoxList
public java.util.List<BoundingBox> boundingBoxList
The bounding box of the coverage.
-
wgs84BoundingBox
public BoundingBox wgs84BoundingBox
Coverage in the WGS1984 geographic coordinate system under the bounding box.
-
values
public PossibleValues values
The possible values for the fields in the coverage.
-
noValue
public java.lang.String noValue
The null value of the field in the coverage field.
-
referenceList
public java.util.List<Reference> referenceList
Coverage A list of resource locations that contain URI links for resource files.
-
supportedFormatList
public java.util.List<java.lang.String> supportedFormatList
List of output formats supported by Coverage.
-
supportedCRSList
public java.util.List<java.lang.String> supportedCRSList
List of CRS supported by coverage.
-
coverageData
public byte[] coverageData
Coverage data
-
-
Constructor Detail
-
Coverage
public Coverage()
The Constructor.
-
Coverage
public Coverage(Coverage coverage)
The Constructor.
- Parameters:
coverage- raster image data.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
Determines whether the specified Coverage object and the current Coverage object are equal.
- Overrides:
equalsin classjava.lang.Object- Parameters:
obj- The object that is compared with the current RangeType 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.
-
-