org.deegree.tools.coverage.gridifier.index
Interface MultiLevelRasterTileIndex

All Known Implementing Classes:
MultiLevelMemoryTileGridIndex, MultiResolutionTileGrid, PostGISRasterTileIndex

public interface MultiLevelRasterTileIndex

The MultiLevelRasterTileIndex interface defines simple access to the raster index

Version:
$Revision: $, $Date: $
Author:
Markus Schneider, last edited by: $Author: schneider $

Method Summary
 RasterLevel[] getRasterLevels()
           
 Set<TileFile> getTiles(Envelope bbox, double metersPerPixel)
          Return the matching tilefiles for the given enveloep
 

Method Detail

getTiles

Set<TileFile> getTiles(Envelope bbox,
                       double metersPerPixel)
Return the matching tilefiles for the given enveloep

Parameters:
bbox -
metersPerPixel -
Returns:
a set of matching tiel files

getRasterLevels

RasterLevel[] getRasterLevels()
Returns:
the RasterLevels


Copyright © 2011. All Rights Reserved.