The CreateFeatureRelationships process creates feature relationships for the input features and saves them to the output. This process creates relationships between structure and equipment features in S-57 and S-101 datasets.
Input
Features in a supported format. HOB, H2O (S-57 or S-101 specification) and HPD URIs are supported.
Output
Features in HOB or H2O format. An HPD URI may be specified along with an identical input HPD URI to update an HPD dataset.
If the output HOB or H20 file already exists, it is overwritten.
Command Line Syntax
carisbatch --run CreateFeatureRelationships <value> <input> <output>
Options
Long | Short | Description | Can Repeat | Notes |
|---|---|---|---|---|
--feature-catalogue | -F | A string specifying the name of the catalogue that defines the features and attributes in a vector dataset. One of {list dynamically populated from the Catalogue Control file}. The catalogue used defines the relationships to be created. See Catalogues for a list of available catalogues. | FALSE | Optional. Only required when the input is a HOB file. |
Example
Objective | Create relationships between features in a HOB file. | |
Description | Command Line Syntax | |
The S-57 ENC 3.1 feature catalogue is used. | --feature-catalogue "S-57 ENC 3.1" | |
The input file is named Input.hob and is located at D:\BatchSample. | D:\BatchSample\Input.hob | |
The output will be named Output.hob and will be saved to the input location. | D:\BatchSample\Output.hob | |
Command Line | carisbatch -r CreateFeatureRelationships --feature-catalogue "S-57 ENC 3.1" D:\BatchSample\Input.hob D:\BatchSample\Output.hob | |