org.geotools.gce.imagemosaic |
package org.geotools.gce.ImageMosaic
|
Java Source File Name | Type | Comment |
ImageMosaicFormat.java | Class | AbstractGridFormat sublass for controlling
ImageMosaicReader creation.
As the name says, it handles mosaic of georeferenced images, which means
- tiff+tfw+prj
- jpeg+tfw+prj
- png+tfw+prj
- geotiff
This does not mean that you throw there a couple of images and it will do the
trick no matter how these images are. |
ImageMosaicFormatFactory.java | Class | Implementation of the GridCoverageFormat service provider interface for
mosaic of georeferenced images. |
ImageMosaicReader.java | Class | This reader is repsonsible for providing access to mosaic of georeferenced
images. |
ImageMosaicReaderTest.java | Class | Testing
ImageMosaicReader . |
ImageMosaicServiceTest.java | Class | |
MemorySpatialIndex.java | Class | This class simply builds an SRTREE spatial index in memory for fast indexed
geometric queries. |