Create Vector Dataset
Instructions for Use
Create a vector dataset under the specified data source. Vector datasets include: point datasets, line datasets, polygon datasets, 3D point datasets, 3D line datasets, 3D polygon datasets, pure attribute datasets, composite datasets (CAD datasets), text datasets, and model datasets.
Parameter Description
parameter name | parameter definition | parameter type |
---|---|---|
Source Datasource | The specified datasource object. Supports directly inputting the datasource result output by an upstream tool, or opening a specific datasource as input. | Datasource |
Result Dataset Type | Select the type of vector dataset to create. | DatasetType |
Target Dataset Name | The name of the created vector dataset. The dataset name must comply with the naming conventions. | String |
Target Coordinate System | Set the coordinate system of the vector dataset. Supports selecting a coordinate system, copying an existing data coordinate system, or importing a coordinate system. For detailed operations, refer to Projection Settings. | PrjCoordSys |
Encode Type | Set the encoding type of the dataset. The encoding type refers to the compression encoding method used when storing the dataset. For details, see Dataset Compression Encoding Methods. | EncodeType |
Charset | Set the character encoding method. Default is UTF-8. For details, see Charset List. | Charset |
Include M Value | Set whether the geometric information of the dataset includes the M value. M (Measure) refers to measurement information, used to store additional information related to geometric objects. This parameter is valid when creating point datasets, line datasets, polygon datasets, 3D point datasets, 3D line datasets, and 3D polygon datasets. | Boolean |
Output Result
parameter name | parameter definition | parameter type |
---|---|---|
Result Dataset | The successfully created vector dataset. | DatasetVector |