public class Coverage
extends java.lang.Object
Raster image dataset information description class.
Modifier and Type | Field and Description |
---|---|
java.util.List<BoundingBox> |
boundingBoxList
The bounding box of the coverage.
|
byte[] |
coverageData
Coverage data
|
java.lang.String |
description
Coverage description information.
|
java.lang.String |
identifier
The unique identifier of the coverage.
|
java.util.List<java.lang.String> |
keywords
Coverage keywords, such as data set names, data source names.
|
java.lang.String |
name
The name of the coverage, and the information used by the server to identify the data source.
|
java.lang.String |
noValue
The null value of the field in the coverage field.
|
java.util.List<Reference> |
referenceList
Coverage A list of resource locations that contain URI links for resource files.
|
java.util.List<java.lang.String> |
supportedCRSList
List of CRS supported by coverage.
|
java.util.List<java.lang.String> |
supportedFormatList
List of output formats supported by Coverage.
|
java.lang.String |
title
Coverage title.
|
java.lang.String |
type
The type of coverage.
|
PossibleValues |
values
The possible values for the fields in the coverage.
|
BoundingBox |
wgs84BoundingBox
Coverage in the WGS1984 geographic coordinate system under the bounding box.
|
Constructor and Description |
---|
Coverage()
The Constructor.
|
Coverage(Coverage coverage)
The Constructor.
|
public java.lang.String identifier
public java.lang.String name
public java.lang.String title
public java.lang.String description
public java.util.List<java.lang.String> keywords
public java.lang.String type
public java.util.List<BoundingBox> boundingBoxList
public BoundingBox wgs84BoundingBox
public PossibleValues values
public java.lang.String noValue
public java.util.List<Reference> referenceList
public java.util.List<java.lang.String> supportedFormatList
public java.util.List<java.lang.String> supportedCRSList
public byte[] coverageData
public Coverage()
The Constructor.
public Coverage(Coverage coverage)
The Constructor.
coverage
- raster image data.public boolean equals(java.lang.Object obj)
Determines whether the specified Coverage object and the current Coverage object are equal.
equals
in class java.lang.Object
obj
- The object that is compared with the current RangeType object.public int hashCode()
Return hash code.
hashCode
in class java.lang.Object