- All Implemented Interfaces:
Serializable,Comparable<CoverageContentType>
@UML(identifier="MD_CoverageContentTypeCode",
specification=ISO_19115)
public final class CoverageContentType
extends CodeList<CoverageContentType>
Specific type of information represented in the cell.
- Since:
- 2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CodeList
CodeList.Filter -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CoverageContentTypeMeaningful numerical representation of a physical parameter that is not the actual value of the physical parameter.static final CoverageContentTypeValue in physical units of the quantity being measured.static final CoverageContentTypeCode value with no quantitative meaning, used to represent a physical quantity. -
Method Summary
Modifier and TypeMethodDescriptionfamily()Returns the list of enumerations of the same kind as this enum.static CoverageContentTypeReturns the coverage content type that matches the given string, or returns a new one if none match it.static CoverageContentType[]values()Returns the list ofCoverageContentTypes.
-
Field Details
-
IMAGE
@UML(identifier="image", obligation=CONDITIONAL, specification=ISO_19115) public static final CoverageContentType IMAGEMeaningful numerical representation of a physical parameter that is not the actual value of the physical parameter. -
THEMATIC_CLASSIFICATION
@UML(identifier="thematicClassification", obligation=CONDITIONAL, specification=ISO_19115) public static final CoverageContentType THEMATIC_CLASSIFICATIONCode value with no quantitative meaning, used to represent a physical quantity. -
PHYSICAL_MEASUREMENT
@UML(identifier="physicalMeasurement", obligation=CONDITIONAL, specification=ISO_19115) public static final CoverageContentType PHYSICAL_MEASUREMENTValue in physical units of the quantity being measured.
-
-
Method Details
-
values
Returns the list ofCoverageContentTypes.- Returns:
- The list of codes declared in the current JVM.
-
family
Returns the list of enumerations of the same kind as this enum.- Specified by:
familyin classCodeList<CoverageContentType>- Returns:
- The codes of the same kind as this code.
-
valueOf
Returns the coverage content type that matches the given string, or returns a new one if none match it.- Parameters:
code- The name of the code to fetch or to create.- Returns:
- A code matching the given name.
-