Uses of Class
org.geotools.imageio.netcdf.Slice2DIndex
-
Packages that use Slice2DIndex Package Description org.geotools.imageio.netcdf -
-
Uses of Slice2DIndex in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return Slice2DIndex Modifier and Type Method Description Slice2DIndex
AncillaryFileManager. getSlice2DIndex(int imageIndex)
Return aSlice2DIndex
related to the provided imageIndexSlice2DIndex
NetCDFImageReader. getSlice2DIndex(int imageIndex)
Return theSlice2DIndex
associated to the specified imageIndexSlice2DIndex
Slice2DIndex.Slice2DIndexManager. getSlice2DIndex(int imageIndex)
Read aSlice2DIndex
from file given the imageIndex.Methods in org.geotools.imageio.netcdf with parameters of type Slice2DIndex Modifier and Type Method Description void
AncillaryFileManager. addSlice(Slice2DIndex variableIndex)
Method parameters in org.geotools.imageio.netcdf with type arguments of type Slice2DIndex Modifier and Type Method Description static void
Slice2DIndex.Slice2DIndexManager. writeIndexFile(File file, List<Slice2DIndex> indexList)
Utility method to write an index file.
-