The CreateMasterSlaveRelationships process creates master-slave relationships from input features and saves to these to an output file.
Input
HOB file or S-57 file.
Output
HOB file.
Syntax
carisbatch --run CreateMasterSlaveRelationships --feature-catalogue <value> <input> <output>
Parameters
Long | Short | Description | Can Repeat | Notes |
|
| Catalogue that defines features and attributes in an output HOB file. Catalogue information is read from the Catalogue Control File. See Catalogues for a list of available catalogues. | FALSE | Required |
Example
Below is an example of the process.
Objective | Create master-slave relationships between features in | |
Description | Command Line Syntax | |
Location and name of the input file. |
| |
Location and name of the output file. | D:\output.hob | |
Command Line | carisbatch -r CreateMasterSlaveRelationships --feature-catalogue "S-57 ENC 3.1" D:\input.hob D:\output.hob | |