Interface AncestorTileResolver
- All Known Subinterfaces:
TileResolver
public interface AncestorTileResolver
Looks up the ancestor
TileId
s containing the given tile.-
Method Summary
Modifier and TypeMethodDescriptionfromDescendantTile
(TileId tileId) Returns the ancestor tile containing the given tile.
-
Method Details
-
fromDescendantTile
Returns the ancestor tile containing the given tile.See also
HereTileResolver
to know how the ancestor tile is specified by an outputLevel.- Parameters:
tileId
- The descendant tile
-