Import VTK

Usage Instructions

This tool is used to import *.vtk files as datasets. The supported VTK data types include points (POINTS), lines (LINES), and polygons (POLYGONS) in Polygonal Data type, as well as Unstructured Grid type.

This tool is available starting from SuperMap iDesktopX 2026.

Parameter Descriptions

Parameter Name Parameter Description Parameter Type
File Path: Sets the path of the *.vtk file to import. If the file does not exist, the tool execution will throw an exception. String
Import Mode:
(Optional)
Sets the data import mode when a dataset with the same name exists. Options include None, Append, and Force Overwrite. The default value is None. ModelImportMode
Target Datasource:
(Optional)
Sets the datasource to store the result dataset. If the datasource does not exist, the tool execution will throw an exception. Datasource
Datasource Connection Info:
(Optional)
Sets the connection information for creating the datasource, used for child process handling. String
Coordinate System Setting:
(Optional)
Sets the coordinate system of the target data after import. This can be specified through the output of Build Coordinate System. In iDesktopX, you can refer to Setting Projected Coordinate System. PrjCoordSys

Output Results

Parameter Name Parameter Description Parameter Type
Target Dataset The generated dataset after import. DatasetVector