public interface TileSink
TileSink
interface is for writing individual rectangles
of data to a data sink.Modifier and Type | Method and Description |
---|---|
TilingScheme |
getScheme()
Gets the tiling scheme used to write tiles to this sink.
|
void |
writeTile(TilingScheme.Tile tile)
Writes the specified tile to the sink.
|
void writeTile(TilingScheme.Tile tile) throws java.io.IOException
tile
- the tile to write.java.io.IOException
- if an error occurred writing the tile data.TilingScheme getScheme()