|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectCodeList<DimensionNameType>
DimensionNameType
@UML(identifier="MD_DimensionNameTypeCode", specification=ISO_19115) public final class DimensionNameType
Name of the dimension.
Field Summary | |
---|---|
static DimensionNameType |
COLUMN
Abscissa (x) axis. |
static DimensionNameType |
CROSS_TRACK
Perpendicular to the direction of motion of the scan point. |
static DimensionNameType |
LINE
Scan line of a sensor. |
static DimensionNameType |
ROW
Ordinate (y) axis. |
static DimensionNameType |
SAMPLE
Element along a scan line. |
static DimensionNameType |
TIME
Duration. |
static DimensionNameType |
TRACK
Along the direction of motion of the scan point |
static DimensionNameType |
VERTICAL
Vertical (z) axis. |
Method Summary | |
---|---|
CodeList[] |
family()
Returns the list of enumerations of the same kind than this enum. |
static DimensionNameType |
valueOf(String code)
Returns the DimensionNameType that matches the given string, or returns a new one if none match it. |
static DimensionNameType[] |
values()
Returns the list of DimensionNameType s. |
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="row", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType ROW
@UML(identifier="column", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType COLUMN
@UML(identifier="vertical", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType VERTICAL
@UML(identifier="track", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType TRACK
@UML(identifier="crossTrack", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType CROSS_TRACK
@UML(identifier="line", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType LINE
@UML(identifier="sample", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType SAMPLE
@UML(identifier="time", obligation=CONDITIONAL, specification=ISO_19115) public static final DimensionNameType TIME
Method Detail |
---|
public static DimensionNameType[] values()
DimensionNameType
s.
public CodeList[] family()
family
in class CodeList<DimensionNameType>
public static DimensionNameType valueOf(String code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |