|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectCodeList<CoverageContentType>
CoverageContentType
@UML(identifier="MD_CoverageContentTypeCode",
specification=ISO_19115)
public final class CoverageContentTypeSpecific type of information represented in the cell.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static CoverageContentType |
valueOf(String code)
Returns the CoverageContentType that matches the given string, or returns a new one if none match it. |
static CoverageContentType[] |
values()
Returns the list of CoverageContentTypes. |
| Methods inherited from class CodeList |
|---|
compareTo, name, ordinal, readResolve, toString |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
@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
| Method Detail |
|---|
public static CoverageContentType[] values()
CoverageContentTypes.
public CodeList[] family()
family in class CodeList<CoverageContentType>public static CoverageContentType valueOf(String code)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||