Skip to content

GeoProcessor / Command / ReadRasterGeoLayerFromTileMapService


Overview

The ReadRasterGeoLayerFromTileMapService command reads a GeoLayer from a Tile Map Service (TMS).

This command is currently only used to make the GeoProcessor aware of a TMS layer to allow creating maps. The URL for the TMS is used in the map configuration file.

Command Editor

The following dialog is used to edit the command and illustrates the command syntax.

ReadRasterGeoLayerFromTileMapService

ReadRasterGeoLayerFromTileMapService Command Editor (see full-size image)

Command Syntax

The command syntax is as follows:

ReadRasterGeoLayerFromTileMapService(Parameter="Value",...)

Command Parameters

Parameter                      Description Default          
InputUrl
required
The Tile Map Service (WMS) URL to read. ${Property} syntax is recognized. None - must be specified.
GeoLayerID A GeoLayer identifier. Formatting characters and ${Property} syntax is recognized. Refer to documentation for best practices on naming GeoLayer identifiers. None - must be specified.
Name Name of the output GeoLayer. GeoLayerID
Description Description for the output GeoLayer.
Properties Additional properties to assign to the GeoLayer, using format: prop1:value1,prop2:'string with space'. Can use ${Property} notation. No additional properties are assigned.
IfGeoLayerIDExists The action that occurs if the GeoLayerID already exists within the GeoProcessor:
  • Replace - The existing GeoLayer within the GeoProcessor is replaced with the new GeoLayer. No warning is logged.
  • ReplaceAndWarn - The existing GeoLayer within the GeoProcessor is replaced with the new GeoLayer. A warning is logged.
  • Warn - The new GeoLayer is not created. A warning is logged.
  • Fail - The new GeoLayer is not created. A fail message is logged.
Replace

Examples

See the automated tests.

Troubleshooting

See Also