Skip to content

GeoProcessor / Command / ChangeRasterGeoLayerCRS


Overview

The ChangeRasterGeoLayerCRS command changes the Coordinate Reference System (CRS) of a raster GeoLayer, optionally creating a new GeoLayer. This command should be used if the CRS cannot be specified as needed when reading or creating the GeoLayer.

Command Editor

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

ChangeRasterGeoLayerCRS

ChangeRasterGeoLayerCRS Command Editor (see full-size image)

Command Syntax

The command syntax is as follows:

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

Command Parameters

Parameter                      Description Default          
GeoLayerID
required
The identifier of the input GeoLayer. ${Property} syntax is recognized. None - must be specified.
CRS The new coordinate reference system. EPSG or ESRI code format required (e.g. EPSG:4326, EPSG:26913, ESRI:102003). CRS of the GeoLayer.
OutputGeoLayerID The identifier of the output GeoLayer. ${Property} syntax is recognized. Original GeoLayer will be updated.

Examples

See the automated tests.

Troubleshooting

See Also