Uses of Class
org.opengis.metadata.spatial.DimensionNameType

Packages that use DimensionNameType
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
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 Dimension.getDimensionName()
          Name of the axis.
static DimensionNameType DimensionNameType.valueOf(String code)
          Returns the DimensionNameType 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-2008 Open Geospatial Consortium. All Rights Reserved.