Package org.geotools.imageio.netcdf
Class Slice2DIndex
Object
Slice2DIndex
A bean that represents a row in the index used for mapping 2d grids to 2d slices in NetCDF files.
The elements are:
- imageIndex the index of the image to work with
- tIndex the index of the time dimension for this 2d slice
- zIndex the index of the elevation dimension for this 2d slice
- variableName the name of this variable, e.g. temperature
- Author:
- Andrea Antonello, Simone Giannecchini, GeoSolutions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
An wrapper for variable index files. -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSlice2DIndex
(int[] index, String variableName) Slice2DIndex
(String variableName) -
Method Summary
-
Field Details
-
DEFAULT_INDEX
public static final int DEFAULT_INDEXDEFAULT_INDEX- See Also:
-
-
Constructor Details
-
Slice2DIndex
-
Slice2DIndex
-
-
Method Details