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 aSlice2DIndexrelated to the provided imageIndexNetCDFImageReader.getSlice2DIndex(int imageIndex) Return theSlice2DIndexassociated to the specified imageIndexSlice2DIndex.Slice2DIndexManager.getSlice2DIndex(int imageIndex) Read aSlice2DIndexfrom 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 voidSlice2DIndex.Slice2DIndexManager.writeIndexFile(File file, List<Slice2DIndex> indexList) Utility method to write an index file.