Object used to describe a layer extent on a Tile Matrix.
Properties:
| Name | Type | Description |
|---|---|---|
| minTileCol | Number | minimum column index where tile can be found on the Tile matrix. |
| maxTileCol | Number | maximum column index where tile can be found on the Tile matrix. |
| minTileRow | Number | minimum row index where tile can be found on the Tile matrix. |
| maxTileCol | Number | maximum row index where tile can be found on the Tile matrix. |
