- All Implemented Interfaces:
Serializable,Comparable<DimensionNameType>
@UML(identifier="MD_DimensionNameTypeCode",
specification=ISO_19115)
public final class DimensionNameType
extends CodeList<DimensionNameType>
Name of the dimension.
- Since:
- 2.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class CodeList
CodeList.Filter -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DimensionNameTypeAbscissa (x) axis.static final DimensionNameTypePerpendicular to the direction of motion of the scan point.static final DimensionNameTypeScan line of a sensor.static final DimensionNameTypeOrdinate (y) axis.static final DimensionNameTypeElement along a scan line.static final DimensionNameTypeDuration.static final DimensionNameTypeAlong the direction of motion of the scan pointstatic final DimensionNameTypeVertical (z) axis. -
Method Summary
Modifier and TypeMethodDescriptionfamily()Returns the list of enumerations of the same kind as this enum.static DimensionNameTypeReturns the dimension name type that matches the given string, or returns a new one if none match it.static DimensionNameType[]values()Returns the list ofDimensionNameTypes.
-
Field Details
-
ROW
@UML(identifier="row", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType ROWOrdinate (y) axis. -
COLUMN
@UML(identifier="column", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType COLUMNAbscissa (x) axis. -
VERTICAL
@UML(identifier="vertical", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType VERTICALVertical (z) axis. -
TRACK
@UML(identifier="track", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType TRACKAlong the direction of motion of the scan point -
CROSS_TRACK
@UML(identifier="crossTrack", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType CROSS_TRACKPerpendicular to the direction of motion of the scan point. -
LINE
@UML(identifier="line", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType LINEScan line of a sensor. -
SAMPLE
@UML(identifier="sample", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType SAMPLEElement along a scan line. -
TIME
@UML(identifier="time", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType TIMEDuration.
-
-
Method Details
-
values
Returns the list ofDimensionNameTypes.- 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<DimensionNameType>- Returns:
- The codes of the same kind as this code.
-
valueOf
Returns the dimension name 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.
-