| Package | Description |
|---|---|
| org.opengis.metadata.content |
Content information
(includes Feature catalogue and Coverage descriptions).
|
| Modifier and Type | Field and Description |
|---|---|
static CoverageContentType |
CoverageContentType.IMAGE
Meaningful numerical representation of a physical parameter that is not the actual
value of the physical parameter.
|
static CoverageContentType |
CoverageContentType.PHYSICAL_MEASUREMENT
Value in physical units of the quantity being measured.
|
static CoverageContentType |
CoverageContentType.THEMATIC_CLASSIFICATION
Code value with no quantitative meaning, used to represent a physical quantity.
|
| Modifier and Type | Method and Description |
|---|---|
CoverageContentType[] |
CoverageContentType.family()
Returns the list of enumerations of the same kind than this enum.
|
CoverageContentType |
CoverageDescription.getContentType()
Type of information represented by the cell value.
|
static CoverageContentType |
CoverageContentType.valueOf(String code)
Returns the coverage content type that matches the given string, or returns a
new one if none match it.
|
static CoverageContentType[] |
CoverageContentType.values()
Returns the list of
CoverageContentTypes. |
Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.