Uses of Class
org.opengis.metadata.spatial.DimensionNameType
Packages that use DimensionNameType
Package
Description
A coverage backed by a regular grid.
Information about the mechanisms (grid or vector) used to represent spatial data.
Reads netCDF files conforming to the Climate and Forecast (CF).
Spatial representation information
(includes grid and vector representation).
-
Uses of DimensionNameType in org.apache.sis.coverage.grid
Methods in org.apache.sis.coverage.grid that return types with arguments of type DimensionNameTypeModifier and TypeMethodDescriptionGridExtent.getAxisType(int index) Returns the type (vertical, temporal, …) of grid axis at given dimension.static Optional<DimensionNameType> GridExtent.typeFromAxis(CoordinateSystemAxis axis) Suggests a grid dimension name for the given coordinate system axis.Methods in org.apache.sis.coverage.grid with parameters of type DimensionNameTypeModifier and TypeMethodDescriptionGridExtent.insertDimension(int index, DimensionNameType axisType, long low, long high, boolean isHighIncluded) Returns a new grid extent with the specified dimension inserted at the given index in this grid extent.Constructors in org.apache.sis.coverage.grid with parameters of type DimensionNameTypeModifierConstructorDescriptionGridExtent(DimensionNameType[] axisTypes, long[] low, long[] high, boolean isHighIncluded) Constructs a new grid extent set to the specified coordinates.GridExtent(DimensionNameType axisType, long low, long high, boolean isHighIncluded) Constructs a one-dimensional grid extent set to the specified coordinates. -
Uses of DimensionNameType in org.apache.sis.metadata.iso.spatial
Methods in org.apache.sis.metadata.iso.spatial that return DimensionNameTypeModifier and TypeMethodDescriptionDefaultDimension.getDimensionName()Returns the name of the axis.Methods in org.apache.sis.metadata.iso.spatial with parameters of type DimensionNameTypeModifier and TypeMethodDescriptionvoidDefaultDimension.setDimensionName(DimensionNameType newValue) Sets the name of the axis.Constructors in org.apache.sis.metadata.iso.spatial with parameters of type DimensionNameTypeModifierConstructorDescriptionDefaultDimension(DimensionNameType dimensionName, int dimensionSize) Creates a dimension initialized to the given type and size. -
Uses of DimensionNameType in org.apache.sis.storage.netcdf
Fields in org.apache.sis.storage.netcdf declared as DimensionNameTypeModifier and TypeFieldDescriptionfinal DimensionNameTypeAttributeNames.Dimension.DEFAULT_NAME_TYPEThe default ISO 19115 dimension name type, ornullif none.Constructors in org.apache.sis.storage.netcdf with parameters of type DimensionNameType -
Uses of DimensionNameType in org.opengis.metadata.spatial
Subclasses with type arguments of type DimensionNameType in org.opengis.metadata.spatialFields in org.opengis.metadata.spatial declared as DimensionNameTypeModifier and TypeFieldDescriptionstatic final DimensionNameTypeDimensionNameType.COLUMNAbscissa (x) axis.static final DimensionNameTypeDimensionNameType.CROSS_TRACKPerpendicular to the direction of motion of the scan point.static final DimensionNameTypeDimensionNameType.LINEScan line of a sensor.static final DimensionNameTypeDimensionNameType.ROWOrdinate (y) axis.static final DimensionNameTypeDimensionNameType.SAMPLEElement along a scan line.static final DimensionNameTypeDimensionNameType.TIMEDuration.static final DimensionNameTypeDimensionNameType.TRACKAlong the direction of motion of the scan pointstatic final DimensionNameTypeDimensionNameType.VERTICALVertical (z) axis.Methods in org.opengis.metadata.spatial that return DimensionNameTypeModifier and TypeMethodDescriptionDimensionNameType.family()Returns the list of enumerations of the same kind as this enum.Dimension.getDimensionName()Name of the axis.static DimensionNameTypeReturns 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.