|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
RasterDataReader | Simple interface to read RasterData. |
RasterIOProvider | This interface is for all classes that provide raster IO. |
RasterReader | This interface is for abstraction of the raster loading handling. |
RasterWriter | This interface is for abstraction of the raster writing handling. |
Class Summary | |
---|---|
RasterIOOptions | This class is a container for various RasterIO options. |
WorldFileAccess | Class representation of a ESRI world file. |
Defines the io operations for reading and writing rasters (not the data).
An implementation of data RasterIOProvider provides some Implementations of the RasterReader RasterWriter interface. The loading of such a provider is loaded using the ServiceLoading mechanism, default default deegree 3 io providers are provided.
Both above mentioned implementations supply implementations of these RasterDataReaders. For example:
the org.deegree.coverage.io.imageio.IIORasterIOProvider
provide the org.deegree.coverage.io.imageio.IIORasterReader
(an implementation of the org.deegree.coverage.raster.io.RasterReader
)
which adds the possible file types of imageIO. It then uses org.deegree.coverage.io.imageio.IIORasterDataReader
(an implementation of org.deegree.coverage.raster.io.RasterReader
)
to access the images/raster files.
|
deegree-core-3.0-pre-nightly (2010/03/05 00:01) - official | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |