Interface ILcdEarthIterableTileSet

All Superinterfaces:
AutoCloseable, ILcdBounded, ILcdDisposable, ILcdEarthTileSet
All Known Implementing Classes:
TLcdEarthTileRepository

public interface ILcdEarthIterableTileSet extends ILcdEarthTileSet
An ILcdEarthTileSet that allows iteration over its tiles.
Since:
9.1
  • Method Details

    • iterator

      Returns an iterator over the tiles of a specified coverage of this tile set.

      The returned iterator may throw an TLcdEarthTileSetIterationException if an unexpected error (ex. an IO error) occurs during the iteration.

      Parameters:
      aCoverage - the coverage whose tiles will be iterated over
      aGeoReference - the georeference in which the tiles should be returned
      aFormat - the format in which the tiles should be returned
      Returns:
      an iterator for the selected coverage.