Package noaa.coastwatch.io
Class EarthGridSet.Axis<T>
java.lang.Object
noaa.coastwatch.io.EarthGridSet.Axis<T>
- All Implemented Interfaces:
Iterable<T>
- Enclosing interface:
- EarthGridSet
An
Axis
holds information about one of the axes used to
select a 2D grid in the set.-
Constructor Details
-
Axis
Creates an axis from its properties and data.- Parameters:
name
- the axis name: time, altitude, etc.axisType
- the axis type: Time, Height, Spectral, Pressure, etc.units
- the axis units: seconds since ..., meters, millibars, etc.values
- the list of axis coordinate values.dataType
- the datatype class for the axis values.
-
-
Method Details