ImagePyramidReader.java | Class | This reader is repsonsible for providing access to a pyramid of mosaics of
georeferenced coverages that are read directly through imageio readers, like
tiff, pngs, etc...
Specifically this plugin relies on the image mosaic plugin to handle each
single level of resolutions avaible, hence all the magic is done inside the
mosaic plugin.
For information on how to build a mosaic, please refere to the
ImageMosaicReader documentation.
If you are looking for information on how to create a pyramid, here you go.
The pyramid itself does no magic. |