CARIS Batch : HPD Processes : Create Master-Slave Relationships
 

Create Master-Slave Relationships

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

--feature-catalogue

-F

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 input.hob and save the results to output.hob. The selected catalogue is ENC 3.1.

Description

Command Line Syntax

Location and name of the input file.

D:\input.hob

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