| Package | Description |
|---|---|
| org.opengis.metadata.spatial |
Spatial representation information
(includes grid and vector representation).
|
| Modifier and Type | Field and Description |
|---|---|
static DimensionNameType |
DimensionNameType.COLUMN
Abscissa (x) axis.
|
static DimensionNameType |
DimensionNameType.CROSS_TRACK
Perpendicular to the direction of motion of the scan point.
|
static DimensionNameType |
DimensionNameType.LINE
Scan line of a sensor.
|
static DimensionNameType |
DimensionNameType.ROW
Ordinate (y) axis.
|
static DimensionNameType |
DimensionNameType.SAMPLE
Element along a scan line.
|
static DimensionNameType |
DimensionNameType.TIME
Duration.
|
static DimensionNameType |
DimensionNameType.TRACK
Along the direction of motion of the scan point
|
static DimensionNameType |
DimensionNameType.VERTICAL
Vertical (z) axis.
|
| Modifier and Type | Method and Description |
|---|---|
DimensionNameType[] |
DimensionNameType.family()
Returns the list of enumerations of the same kind than this enum.
|
DimensionNameType |
Dimension.getDimensionName()
Name of the axis.
|
static DimensionNameType |
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[] |
DimensionNameType.values()
Returns the list of
DimensionNameTypes. |
Copyright © 1994–2017 Open Geospatial Consortium. All rights reserved.