@UML(identifier="MD_CoverageContentTypeCode", specification=ISO_19115) public final class CoverageContentType extends CodeList<CoverageContentType>
Modifier and Type | Field and Description |
---|---|
static CoverageContentType |
IMAGE
Meaningful numerical representation of a physical parameter that is not the actual value of
the physical parameter.
|
static CoverageContentType |
PHYSICAL_MEASUREMENT
Value in physical units of the quantity being measured.
|
static CoverageContentType |
THEMATIC_CLASSIFICATION
Code value with no quantitative meaning, used to represent a physical quantity.
|
Modifier and Type | Method and Description |
---|---|
CoverageContentType[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static 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[] |
values()
Returns the list of
CoverageContentType s. |
@UML(identifier="image", obligation=CONDITIONAL, specification=ISO_19115) public static final CoverageContentType IMAGE
@UML(identifier="thematicClassification", obligation=CONDITIONAL, specification=ISO_19115) public static final CoverageContentType THEMATIC_CLASSIFICATION
@UML(identifier="physicalMeasurement", obligation=CONDITIONAL, specification=ISO_19115) public static final CoverageContentType PHYSICAL_MEASUREMENT
public static CoverageContentType[] values()
CoverageContentType
s.public CoverageContentType[] family()
family
in class CodeList<CoverageContentType>
public static CoverageContentType valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2023 Geotools. All rights reserved.