@UML(identifier="MD_DimensionNameTypeCode", specification=ISO_19115) public final class DimensionNameType extends CodeList<DimensionNameType>
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
DimensionNameType[] |
family()
Returns the list of enumerations of the same kind than this enum.
|
static DimensionNameType |
valueOf(String code)
Returns the dimension name type that matches the given string, or returns a new one if none
match it.
|
static DimensionNameType[] |
values()
Returns the list of
DimensionNameType s. |
@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
public static DimensionNameType[] values()
DimensionNameType
s.public DimensionNameType[] family()
family
in class CodeList<DimensionNameType>
public static DimensionNameType valueOf(String code)
code
- The name of the code to fetch or to create.Copyright © 1996–2023 Geotools. All rights reserved.