Class WmtsTileFactory

  • All Implemented Interfaces:
    TileFactory

    public class WmtsTileFactory
    extends java.lang.Object
    implements TileFactory
    • Constructor Detail

      • WmtsTileFactory

        public WmtsTileFactory()
      • WmtsTileFactory

        public WmtsTileFactory​(java.lang.String template,
                               java.util.List<java.lang.String> tileMatrixIdentifiers)
    • 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
      • urlForTile

        public java.lang.String urlForTile​(int level,
                                           int row,
                                           int column)
      • getTemplate

        public java.lang.String getTemplate()
      • setTemplate

        public void setTemplate​(java.lang.String template)
      • getTileMatrixIdentifiers

        public java.util.List<java.lang.String> getTileMatrixIdentifiers()
      • setTileMatrixIdentifiers

        public void setTileMatrixIdentifiers​(java.util.List<java.lang.String> tileMatrixIdentifiers)