Interface TileSource

All Known Implementing Classes:
NCTileSource

public interface TileSource
The TileSource interface is for reading individual rectangles of data from a data source. Tiles can be read synchronously using the readTile(noaa.coastwatch.io.tile.TilingScheme.TilePosition) method or asynchronously using a TileDeliveryOperation object.
Since:
3.3.1
Author:
Peter Hollemans