Import GIM Overhead Line
Usage Instructions
This tool supports importing overhead transmission line data stored in *.gim files into a specified datasource.
Currently, the compatibility of this tool is as follows:
- Format version compatibility: Full support
Parameter Descriptions
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| File Path | Input source *.gim file. | String |
| Rotation Angle (Optional) |
Sets the declination of the north direction of the source data (counterclockwise, in decimal degrees). | Double |
| Number of Threads (Optional) |
Sets the number of threads allocated to this operation. | Integer |
| GIM Structure Tree Attribute (Optional) |
Whether to import GIM structure tree attributes. When checked, GIM structure tree attributes are imported, enabling data positioning, query, and visibility control on the frontend based on GIM structure tree attributes. It is unchecked by default. | Boolean |
| Target Datasource (Optional) |
Select the datasource to store the result data. If no datasource exists in the workspace, you can create one using the New button. | Datasource |
| Datasource Connection Info (Optional) |
Select or create a datasource at the specified path to store the result model dataset. When an existing datasource is selected, a prompt will appear: 'The file already exists. Do you want to append write?' If both the target datasource and the datasource connection info are set, only the target datasource is valid. Please set appropriately as needed. Using the datasource connection method will execute the data import task in a subprocess. Note: It is not allowed to perform multiple imports using the same connection information. |
String |
| Result Dataset Name (Optional) |
Sets the prefix of the result dataset name. If set, the result dataset name will be: [Result Dataset Name]_[Specific File Name]. If not set, the result dataset name will be the name of the *.gim file. | String |
Output Results
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Tower | Tower Dataset | DatasetVector |
| Equipment | Equipment Dataset | DatasetVector |
| Transmission Line | Transmission Line Dataset | DatasetVector |
| Crossing Object | Crossing Object Dataset | DatasetVector |