Uses of Class
mil.nga.tiff.Rasters
-
Packages that use Rasters Package Description mil.nga.tiff -
-
Uses of Rasters in mil.nga.tiff
Methods in mil.nga.tiff that return Rasters Modifier and Type Method Description RastersFileDirectory. getWriteRasters()Get the rasters for writing a TIFF fileRastersFileDirectory. readInterleavedRasters()Read the rasters as interleavedRastersFileDirectory. readInterleavedRasters(int[] samples)Read the rasters as interleavedRastersFileDirectory. readInterleavedRasters(ImageWindow window)Read the rasters as interleavedRastersFileDirectory. readInterleavedRasters(ImageWindow window, int[] samples)Read the rasters as interleavedRastersFileDirectory. readRasters()Read the rastersRastersFileDirectory. readRasters(boolean sampleValues, boolean interleaveValues)Read the rastersRastersFileDirectory. readRasters(int[] samples)Read the rastersRastersFileDirectory. readRasters(int[] samples, boolean sampleValues, boolean interleaveValues)Read the rastersRastersFileDirectory. readRasters(ImageWindow window)Read the rastersRastersFileDirectory. readRasters(ImageWindow window, boolean sampleValues, boolean interleaveValues)Read the rastersRastersFileDirectory. readRasters(ImageWindow window, int[] samples)Read the rastersRastersFileDirectory. readRasters(ImageWindow window, int[] samples, boolean sampleValues, boolean interleaveValues)Read the rastersMethods in mil.nga.tiff with parameters of type Rasters Modifier and Type Method Description voidFileDirectory. setWriteRasters(Rasters rasters)Set the rasters for writing a TIFF fileConstructors in mil.nga.tiff with parameters of type Rasters Constructor Description FileDirectory(SortedSet<FileDirectoryEntry> entries, Rasters rasters)Constructor, for writing TIFF filesFileDirectory(Rasters rasters)Constructor, for writing TIFF files
-