Interface AncestorTileResolver
- All Known Subinterfaces:
TileResolver
public interface AncestorTileResolver
Looks up the ancestor
TileIds 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
HereTileResolverto know how the ancestor tile is specified by an outputLevel.- Parameters:
tileId- The descendant tile
-