|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DimensionNameType | |
---|---|
org.geotools.metadata.iso.spatial | Spatial representation implementation. |
org.opengis.metadata.spatial | Spatial representation information (includes grid and vector representation). |
Uses of DimensionNameType in org.geotools.metadata.iso.spatial |
---|
Methods in org.geotools.metadata.iso.spatial that return DimensionNameType | |
---|---|
DimensionNameType |
DimensionImpl.getDimensionName()
Name of the axis. |
Methods in org.geotools.metadata.iso.spatial with parameters of type DimensionNameType | |
---|---|
void |
DimensionImpl.setDimensionName(DimensionNameType newValue)
Set the name of the axis. |
Constructors in org.geotools.metadata.iso.spatial with parameters of type DimensionNameType | |
---|---|
DimensionImpl(DimensionNameType dimensionName,
int dimensionSize)
|
Uses of DimensionNameType in org.opengis.metadata.spatial |
---|
Fields in org.opengis.metadata.spatial declared as DimensionNameType | |
---|---|
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. |
Methods in org.opengis.metadata.spatial that return DimensionNameType | |
---|---|
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 DimensionNameType s. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |