| This class simply builds an SRTREE spatial index in memory for fast indexed
geometric queries.
Since the
ImageMosaicReader heavily uses spatial queries to find out
which are the involved tiles during mosaic creation, it is better to do some
caching and keep the index in memory as much as possible, hence we came up
with this index.
author: Simone Giannecchini since: 2.3 |