Package gov.nasa.worldwind.ogc.gpkg
Class GpkgTileFactory
- java.lang.Object
-
- gov.nasa.worldwind.ogc.gpkg.GpkgTileFactory
-
- All Implemented Interfaces:
TileFactory
public class GpkgTileFactory extends java.lang.Object implements TileFactory
-
-
Constructor Summary
Constructors Constructor Description GpkgTileFactory(GpkgContent tiles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tile
createTile(Sector sector, Level level, int row, int column)
Returns a tile for a specified sector, level within aLevelSet
, and row and column within that level.
-
-
-
Constructor Detail
-
GpkgTileFactory
public GpkgTileFactory(GpkgContent tiles)
-
-
Method Detail
-
createTile
public Tile createTile(Sector sector, Level level, int row, int column)
Description copied from interface:TileFactory
Returns a tile for a specified sector, level within aLevelSet
, and row and column within that level.- Specified by:
createTile
in interfaceTileFactory
- Parameters:
sector
- 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- Returns:
- a tile constructed with the specified arguments
-
-