Package org.geotools.imageio.netcdf
Class Slice2DIndex
- Object
-
- Slice2DIndex
-
public class Slice2DIndex extends Object
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 Classes Modifier and Type Class Description static class
Slice2DIndex.Slice2DIndexManager
An wrapper for variable index files.
-
Field Summary
Fields Modifier and Type Field Description static int
DEFAULT_INDEX
DEFAULT_INDEX
-
Constructor Summary
Constructors Constructor Description Slice2DIndex(int[] index, String variableName)
Slice2DIndex(String variableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getNCount()
int
getNIndex(int n)
String
getVariableName()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
DEFAULT_INDEX
public static final int DEFAULT_INDEX
DEFAULT_INDEX- See Also:
- Constant Field Values
-
-
Method Detail
-
getNIndex
public int getNIndex(int n)
-
getNCount
public int getNCount()
-
getVariableName
public String getVariableName()
-
-