ClipToBoundary

The ClipToBoundary ISCommand is used to clip the footprint of a raster dataset to the boundary of the image service definition.

The command line is:

ISCommand ClipToBoundary --ISDef=<PathToISDef> --RemoveTiles=[TRUE|FALSE]

The table below defines the variables that are required to use this script. Most variables are defined within the script. You can either make an edit to the script or enter the variable at the command line as shown below.

Variable

Description/Options

Default

Required

ISDef

Path and name of the image service definition file.

User specified

Yes

RemoveTiles

[Optional] Specify TRUE or FALSE to remove Rater datasets lying outside the boundary.

None

No

Example:

ISCommand ClipToBoundary --ISDef=c:\Test.ISDef\ImageService.ISDef --RemoveTiles=FALSE