[]
Returns the height in pixels of the specified tile-component for the given (tile-component) resolution level.
public int getTileCompHeight(int t, int c, int rl)
Type | Name | Description |
---|---|---|
int | t | The tile index. |
int | c | The index of the component, from 0 to N-1. |
int | rl | The resolution level, from 0 to L. |
Type | Description |
---|---|
int | The height in pixels of component c in the current tile. |