Class GpkgTileFactory

  • All Implemented Interfaces:
    TileFactory

    public class GpkgTileFactory
    extends java.lang.Object
    implements TileFactory
    • 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 a LevelSet, and row and column within that level.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 a LevelSet, and row and column within that level.
        Specified by:
        createTile in interface TileFactory
        Parameters:
        sector - the sector spanned by the tile
        level - the level at which the tile lies within a LevelSet
        row - the row within the specified level
        column - the column within the specified level
        Returns:
        a tile constructed with the specified arguments