Uses of Class
org.geotools.imageio.netcdf.Slice2DIndex
Packages that use Slice2DIndex
-
Uses of Slice2DIndex in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return Slice2DIndexModifier and TypeMethodDescriptionAncillaryFileManager.getSlice2DIndex
(int imageIndex) Return aSlice2DIndex
related to the provided imageIndexNetCDFImageReader.getSlice2DIndex
(int imageIndex) Return theSlice2DIndex
associated to the specified imageIndexSlice2DIndex.Slice2DIndexManager.getSlice2DIndex
(int imageIndex) Read aSlice2DIndex
from file given the imageIndex.Methods in org.geotools.imageio.netcdf with parameters of type Slice2DIndexMethod parameters in org.geotools.imageio.netcdf with type arguments of type Slice2DIndexModifier and TypeMethodDescriptionstatic void
Slice2DIndex.Slice2DIndexManager.writeIndexFile
(File file, List<Slice2DIndex> indexList) Utility method to write an index file.