Interface Tile


public interface Tile
A small hyper-rectangular representation of data which is part of a tiling scheme. A tile is uniquely defined in a tile matrix by an integer index in each dimension. Tiles can be a coverage subsets, or a feature based representation (e.g. vector tiles).

All methods in this interface return non-null values.

Since:
1.2
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long[]
    Returns the indices of this tile in the Tile­Matrix.
    Returns the tile content as a resource.
    Returns information about whether the tile failed to load.