Uses of Class
org.opengis.metadata.content.CoverageContentType
Package
Description
Identification of the feature catalogue used,
or description of the content of a coverage dataset.
-
Uses of CoverageContentType in org.opengis.metadata.content
Modifier and TypeFieldDescriptionstatic final CoverageContentType
CoverageContentType.AUXILLARY_INFORMATION
Data, usually a physical measurement, used to support the calculation of the primary physical measurement coverages in the dataset.static final CoverageContentType
CoverageContentType.COORDINATE
Data used to provide coordinate axis values.static final CoverageContentType
CoverageContentType.IMAGE
Meaningful numerical representation of a physical parameter that is not the actual value of the physical parameter.static final CoverageContentType
CoverageContentType.MODEL_RESULT
Results with values that are calculated using a model rather than being observed or calculated from observations.static final CoverageContentType
CoverageContentType.PHYSICAL_MEASUREMENT
Value in physical units of the quantity being measured.static final CoverageContentType
CoverageContentType.QUALITY_INFORMATION
Data used to characterize the quality of the physical measurement coverage in the dataset.static final CoverageContentType
CoverageContentType.REFERENCE_INFORMATION
Reference information use to support the calculation or use of physical measurement coverages in the dataset.static final CoverageContentType
CoverageContentType.THEMATIC_CLASSIFICATION
Code value with no quantitative meaning, used to represent a physical quantity.Modifier and TypeMethodDescriptionCoverageContentType.family()
Returns the list of codes of the same kind as this code list element.default CoverageContentType
CoverageDescription.getContentType()
Deprecated.static CoverageContentType
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 ofCoverageContentType
s.Modifier and TypeMethodDescriptionAttributeGroup.getContentTypes()
Types of information represented by the value(s).
AttributeGroup.getContentTypes()
.