public class GpkgTileFactory extends java.lang.Object implements TileFactory
| Constructor and Description |
|---|
GpkgTileFactory(GpkgContent tiles) |
| Modifier and Type | Method and Description |
|---|---|
Tile |
createTile(Sector sector,
Level level,
int row,
int column)
Returns a tile for a specified sector, level within a
LevelSet, and row and column within that level. |
public GpkgTileFactory(GpkgContent tiles)
public Tile createTile(Sector sector, Level level, int row, int column)
TileFactoryLevelSet, and row and column within that level.createTile in interface TileFactorysector - the sector spanned by the tilelevel - the level at which the tile lies within a LevelSetrow - the row within the specified levelcolumn - the column within the specified level