Uses of Class
org.hortonmachine.gears.io.grasslegacy.io.RasterWritingFailureException
-
Packages that use RasterWritingFailureException Package Description org.hortonmachine.gears.io.grasslegacy.io org.hortonmachine.gears.io.grasslegacy.map -
-
Uses of RasterWritingFailureException in org.hortonmachine.gears.io.grasslegacy.io
Methods in org.hortonmachine.gears.io.grasslegacy.io that throw RasterWritingFailureException Modifier and Type Method Description booleanCompressesRasterWriter. compressAndWriteObj(RandomAccessFile theCreatedFile, RandomAccessFile theCreatedNullFile, Object dataObject)Passing the object after defining the type of data that will be written -
Uses of RasterWritingFailureException in org.hortonmachine.gears.io.grasslegacy.map
Methods in org.hortonmachine.gears.io.grasslegacy.map that throw RasterWritingFailureException Modifier and Type Method Description booleanJGrassRasterMapWriter. open()Opens the raster map and does some first checkingbooleanJGrassRasterMapWriter. write(RasterData rasterData)Write the rasterData to disk.
-