GenerateDIDef

The GenerateDIDef ISCommand is used to create the derived image definition (.DIDef) for an image service definition. The DIDef includes the definition of the raster datasets created when the Derived Raster Generator is run.

The command line is:

ISCommand GenerateDIDef --ISDef=<PathToISDef> --DIDef=<PathToDIDef>

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.

User specified

Yes

DIDef

Path and name where the DIDef should be generated.

User specified

Yes

Example:

ISCommand GenerateDIDef --ISDef=c:\test\imageservice.isdef --DIDef=d:\test\service1.DIDef