Description
The ServerAddToRasterCombine process adds sources to an existing combined raster using the server combine process parameters stored in the CSAR metadata. This produces the same result as doing the original combine with all of the sources.
Inputs
The first input must be a CSAR raster surface that was generated by a server combine process. The second input is one or more raster surfaces, point clouds and/or variable resolution surfaces. The inputs can be specified by object BOIDs and/or CRFX query files. Datasets that were previously considered for the first input cannot be specified a second time.
Outputs
A CSAR raster surface. The location can be specified by a file path or a URI.
Command Line Syntax
carisbatch --run ServerAddToRasterCombine --login <value> --database-name <value> [options] <inputs> <output>
User Interface Command
Combine Coverages
Options
The following table describes the parameters available for this process.
Parameter |
| |||
Long | Short | Description | Can Repeat | Notes
|
--database-name | D | The name of the database server instance containing the inputs. All input raster surfaces, point clouds, and variable resolution surfaces must be in the specified database. | FALSE | This must be specified explicitly. |
--login | L | The node manager login credentials. Specified as either username/password or username/password@hostname. Omitting @hostname is equivalent to using @localhost. | FALSE | This must be specified explicitly. |