Package org.geotools.image.io.mosaic

An image reader implemented as a mosaic of other image readers.

See:
          Description

Class Summary
LargeTile A tile with larger capacity than the default Tile implementation.
MosaicBuilder A convenience class for building tiles using the same image reader and organized according some common tile layout.
MosaicController The default controller for mosaic parameters.
MosaicImageReader An image reader built from a mosaic of other image readers.
MosaicImageReader.Spi Service provider for MosaicImageReader.
MosaicImageReadParam The parameters for MosaicImageReader.
MosaicImageWriteParam The parameters for MosaicImageWriter.
MosaicImageWriter An image writer that delegates to a mosaic of other image writers.
MosaicImageWriter.Spi Service provider for MosaicImageWriter.
Tile A tile to be read by MosaicImageReader.
TileManager A collection of Tile objects to be given to MosaicImageReader.
TileManagerFactory Creates TileManager instances from a collection of tiles.
 

Enum Summary
ImageTypePolicy The policy for computing image types in a mosaic.
TileLayout The layout of tiles in a TileManager.
TileWritingPolicy Controls the way MosaicImageWriter writes the tiles.
 

Package org.geotools.image.io.mosaic Description

An image reader implemented as a mosaic of other image readers. It provides a way to support tiling at the ImageReader level.



Copyright © 1996-2010 Geotools. All Rights Reserved.