Package org.geotools.coverage.grid.io.imageio
-
Class Summary Class Description GeoToolsReadParams This class is the base class for building adapters/extensions to the ImageIOImageReadParam
class for controlling the processing of reading a coverage from anImageReader
.GeoToolsWriteParams IIOMetadataDumper Utility class that can be used to dump a DOM tree in a formatted way.MaskOverviewProvider Helper class used for handling Internal/External overviews and masks for a FileMaskOverviewProvider.MaskInfo Helper class used for storing information to use for read the mask data.MaskOverviewProvider.SpiHelper Helper class containing previous code used to get streamSPI and readerSPI for an input file.RecyclingTileFactory A simple implementation ofTileFactory
wherein the tiles returned fromcreateTile()
attempt to re-use primitive arrays provided by theTileRecycler
methodrecycleTile()
. -
Enum Summary Enum Description ReadType This enum can be used to distinguish between differet read methods, namely, JAI ImageRead based and Java2D direct read via ImageReader.