org.molwind.view
Interface TileGenerator


public interface TileGenerator

TileGenerator interfaces defines a strategy to generate a world wind tile.

Version:
1.0
Author:
Oliver Karch

Method Summary
 Tile generateTile(LayeredPosition position)
          Generates a tile from the given position.
 

Method Detail

generateTile

Tile generateTile(LayeredPosition position)
                  throws TileException
Generates a tile from the given position.

Parameters:
position - the position
Returns:
a tile object represented by the given position
Throws:
TileException - is thrown upon tile error


Copyright © 2008-2010. All Rights Reserved.