Import RVM
Usage Instructions
This tool is used to import model data in RVM format as a model dataset and save it to the specified data source.
Currently, the tool has the following compatibility:
- Format version compatibility: Fully supported
Parameter Descriptions
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| File Path | Input source RVM data. | String |
| Target Data Source | Sets the data source for storing the resulting model dataset. | Datasource |
| Result Dataset Name (Optional) |
Sets the name of the resulting model dataset. | String |
| Import Mode (Optional) |
Sets the import mode when a dataset with the same name exists, including None, Append, and Force Overwrite. | ModelImportMode |
| X/Longitude (Optional) |
Input the X coordinate value or longitude value, which together with Y/Latitude and Z/Height determine the geographic reference origin of the model. The geographic reference origin is used to determine the geographic coordinates (projected coordinate system or geographic coordinate system) of the origin in the data. |
Double |
| Y/Latitude (Optional) |
Input the Y coordinate value or latitude value of the geographic reference origin. | Double |
| Z/Height (Optional) |
Input the Z coordinate value or height value of the geographic reference origin. | Double |
| Coordinate System Settings (Optional) |
Sets the target coordinate system information for the result data. It can be specified by the output of Build Coordinate System. For iDesktopX, refer to Set Projected Coordinate System for configuration. | PrjCoordSys |
Output Results
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Target Dataset | The target model dataset | DatasetVector |