[]
Returns the overall height of the current tile in pixels, for the given resolution level. This is the tile's height without accounting for any component subsampling.
<p>This default implementation returns the value of the source.</p>
public virtual int getTileHeight(int rl)
Type | Name | Description |
---|---|---|
int | rl | The resolution level, from 0 to L. |
Type | Description |
---|---|
int | The total current tile's height in pixels. |