org.deegree.tools.coverage.gridifier.index
Class MemoryRasterTileGridIndex

java.lang.Object
  extended by org.deegree.tools.coverage.gridifier.index.MemoryRasterTileGridIndex

public class MemoryRasterTileGridIndex
extends Object

The class TODO add class documentation here.

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

Constructor Summary
MemoryRasterTileGridIndex(float minX, float minY, float maxX, float maxY, Collection<TileFile> tileFiles)
           
 
Method Summary
 int getColumnIdx(float x)
           
 int getRowIdx(float y)
           
 Set<TileFile> getTiles(Envelope bbox)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryRasterTileGridIndex

public MemoryRasterTileGridIndex(float minX,
                                 float minY,
                                 float maxX,
                                 float maxY,
                                 Collection<TileFile> tileFiles)
Method Detail

getTiles

public Set<TileFile> getTiles(Envelope bbox)

getColumnIdx

public int getColumnIdx(float x)

getRowIdx

public int getRowIdx(float y)


Copyright © 2011. All Rights Reserved.