Uses of Class
org.opengis.metadata.content.CoverageContentType
Packages that use CoverageContentType
-
Uses of CoverageContentType in org.opengis.metadata.content
Fields in org.opengis.metadata.content declared as CoverageContentTypeModifier and TypeFieldDescriptionstatic 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.PHYSICAL_MEASUREMENT
Value in physical units of the quantity being measured.static final CoverageContentType
CoverageContentType.THEMATIC_CLASSIFICATION
Code value with no quantitative meaning, used to represent a physical quantity.Fields in org.opengis.metadata.content with type parameters of type CoverageContentTypeModifier and TypeFieldDescriptionprivate static final List
<CoverageContentType> CoverageContentType.VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.content that return CoverageContentTypeModifier and TypeMethodDescriptionCoverageContentType.family()
Returns the list of enumerations of the same kind than this enum.CoverageDescription.getContentType()
Type of information represented by the cell value.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.