Package org.orekit.rugged.raster
Interface TileFactory<T extends Tile>
-
- Type Parameters:
T
- Type of tiles.
- All Known Implementing Classes:
MinMaxTreeTileFactory
,SimpleTileFactory
public interface TileFactory<T extends Tile>
Interface representing a factory for raster tile.- Author:
- Luc Maisonobe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createTile()
Create an empty tile.
-
-
-
Method Detail
-
createTile
T createTile()
Create an empty tile.- Returns:
- e new empty tile
-
-