Interface CompressedTile

All Superinterfaces:
Comparable<Tile>, Tile
All Known Implementing Classes:
PNGTile

public interface CompressedTile extends Tile
An interface for Tiles that do not contain raster data.
Since:
11.3
Version:
11.3
Author:
Luke
  • Method Details

    • getData

      byte[] getData()
      Returns the compressed image data.
      Returns:
      the image data