Class MercatorTiledImageLayer

    • Constructor Detail

      • MercatorTiledImageLayer

        public MercatorTiledImageLayer​(java.lang.String name,
                                       int numLevels,
                                       int firstLevelOffset,
                                       int tileSize,
                                       boolean overlay)
    • 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