The "Import TMS Image" tool imports a map image from a Tile Mapping Service (TMS) using the "Geospatial Data Abstraction Library" (GDAL) by Frank Warmerdam. For more information have a look at the GDAL homepage:
http://www.gdal.org
GDAL Version:1.11.4
| Name | Type | Identifier | Description | Constraints |
Input | Target System (*) | Grid (optional input) | TARGET | - | - |
Output | Target Map | Grid (output) | TARGET_MAP | - | - |
Map (*) | Data Object Grid (optional output) | MAP | - | - |
Options | Grid system | Grid system | TARGET_GRIDSYSTEM | - | - |
Grid system | Grid system | TARGET_MAP_GRIDSYSTEM | - | - |
Server | Choice | SERVER | - | Available Choices: [0] Open Street Map [1] Google Map [2] Google Satellite [3] Google Hybrid [4] Google Terrain [5] Google Terrain, Streets and Water [6] ArcGIS MapServer Tiles [7] user defined Default: 0 |
Block Size | Integer | BLOCKSIZE | - | Minimum: 0 Default: 256 |
Server | Text | SERVER_USER | - | Default: tile.openstreetmap.org/${z}/${x}/${y}.png |
Cache | Boolean | CACHE | Enable local disk cache. Allows for offline operation. | Default: 0 |
Cache Directory | File path | CACHE_DIR | If not specified the cache will be created in the current user's temporary directory. | - |
Gray Scale Image | Boolean | GRAYSCALE | - | Default: 0 |
West | Floating point | XMIN | - | Minimum: -20037508.340000 Maximum: 20037508.340000 Default: -20037508.340000 |
South | Floating point | YMIN | - | Minimum: -20037508.340000 Maximum: 20037508.340000 Default: -20037508.340000 |
East | Floating point | XMAX | - | Minimum: -20037508.340000 Maximum: 20037508.340000 Default: 20037508.340000 |
North | Floating point | YMAX | - | Minimum: -20037508.340000 Maximum: 20037508.340000 Default: 20037508.340000 |
Columns | Integer | NX | - | Minimum: 0 Default: 600 |
Rows | Integer | NY | - | Minimum: 0 Default: 600 |
(*) optional |