public static class TilePreparationInfo.SingleTilePreparationInfo
extends java.lang.Object
| Constructor and Description |
|---|
SingleTilePreparationInfo(int tileIndexX,
int tileIndexY,
org.springframework.http.client.ClientHttpRequest tileRequest)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTileIndexX() |
int |
getTileIndexY() |
org.springframework.http.client.ClientHttpRequest |
getTileRequest() |