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 DimensionNameTypeDimensionNameType. COLUMNAbscissa (x) axis.static DimensionNameTypeDimensionNameType. CROSS_TRACKPerpendicular to the direction of motion of the scan point.static DimensionNameTypeDimensionNameType. LINEScan line of a sensor.static DimensionNameTypeDimensionNameType. ROWOrdinate (y) axis.static DimensionNameTypeDimensionNameType. SAMPLEElement along a scan line.static DimensionNameTypeDimensionNameType. TIMEDuration.static DimensionNameTypeDimensionNameType. TRACKAlong the direction of motion of the scan pointstatic DimensionNameTypeDimensionNameType. VERTICALVertical (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. VALUESList 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.DimensionNameTypeDimension. getDimensionName()Name of the axis.static DimensionNameTypeDimensionNameType. 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 ofDimensionNameTypes.
-