public class Coverage
extends java.lang.Object
Raster image dataset information description class.
| Modifier and Type | Field and Description | 
|---|---|
| java.util.List<BoundingBox> | boundingBoxListThe bounding box of the coverage. | 
| byte[] | coverageDataCoverage data | 
| java.lang.String | descriptionCoverage description information. | 
| java.lang.String | identifierThe unique identifier of the coverage. | 
| java.util.List<java.lang.String> | keywordsCoverage keywords, such as data set names, data source names. | 
| java.lang.String | nameThe name of the coverage, and the information used by the server to identify the data source. | 
| java.lang.String | noValueThe 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.String | titleCoverage title. | 
| java.lang.String | typeThe type of coverage. | 
| PossibleValues | valuesThe possible values for the fields in the coverage. | 
| BoundingBox | wgs84BoundingBoxCoverage 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.Objectobj - The object that is compared with the current RangeType object.public int hashCode()
Return hash code.
hashCode in class java.lang.Object