Package gistoolkit.datasources.imagefile

Interface Summary
ImageChopperListener Interface for classes interested in what the ImageChopper is doing to implement.
 

Class Summary
ImageChopper Class to cut georeferenced images into 1/4 of their orrigional size.
ImageChopperApplication Class to provide a user interface to the RasterCatalogCreator.
ImageChopperEvent Class to hold messages sent from the image chopper to any listeners.
ImageDirectoryDataSource The idea is that there will be a directory on disk that will contain mayn Tif/tfw files.
ImageFileDataSource Provides the ability to display an image file as part of the map.
ImageUtilities Class to contain code common to image files their reading/writing and manipulation.
JAIImageReader Class to protect from Instantiation exceptions if JAI is not installed.
RasterCatalogCreator Class to take a directory of images and tfw files and create a RasterCatalog from them.
RasterCatalogCreatorApplication Class to provide a user interface to the RasterCatalogCreator.
RasterCatalogDataSource The raster catalog is a way to split large georeferenced images into smaller "tiles", that can be more easilly handled.