Uses of Class
org.opengis.metadata.spatial.DimensionNameType
-
Packages that use DimensionNameType Package Description org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation). -
-
Uses of DimensionNameType in org.opengis.metadata.spatial
Fields in org.opengis.metadata.spatial declared as DimensionNameType Modifier and Type Field 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 pointstatic DimensionNameType
DimensionNameType. VERTICAL
Vertical (z) axis.Fields in org.opengis.metadata.spatial with type parameters of type DimensionNameType Modifier and Type Field Description private static java.util.List<DimensionNameType>
DimensionNameType. VALUES
List of all enumerations of this type.Methods in org.opengis.metadata.spatial that return DimensionNameType Modifier and Type Method 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(java.lang.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 ofDimensionNameType
s.
-