Build TaiGe Grid Tile(Model)
Usage Instructions
The Build TaiGe Grid Tile(Model) tool is used to generate S3M tile data from a model dataset that has been partitioned using the TaiGe grid. The model to be processed must be in a planar coordinate system or a projected coordinate system, and the coordinate range must satisfy: left boundary: -65536.0, right boundary: 262144.0, top boundary: 131072.0, bottom boundary: -131072.0. The storage of the TaiGe grid code is specified by the Grid Code Storage Settings tool.
It is recommended to load the resulting tiles in a planar scene to avoid usage issues caused by position offset.
Parameter Descriptions
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Model Dataset | Specifies the model dataset to be processed. | Dataset |
| Pyramid Split Type: (Optional) |
Sets the pyramid split type for the result data. Options include quadtree and octree. | PyramidSplitType |
| Level: | Sets the maximum grid split level that encloses the data. The value range is [1,9]. The grid side length decreases as the level increases. The specific relationship is as follows: Level 1: grid side length 1000 meters, Level 2: grid side length 500 meters, Level 3: grid side length 100 meters, Level 4: grid side length 50 meters, Level 5: grid side length 10 meters, Level 6: grid side length 3 meters, Level 7: grid side length 1 meter, Level 8: grid side length 0.3 meters, Level 9: grid side length 0.1 meters. |
Integer |
| Tile Name: (Optional) |
Sets the name of the result tile data (cannot be empty). The default value is spatialGrid. | String |
| Storage Path: | Sets the storage path for the result tile data. | String |
| Number of Threads: (Optional) |
Sets the number of threads allocated to this operation. The default value is 4. A thread count of 0 means the number of threads is the maximum number of cores of the current computer. | Integer |
| Grid Code Storage Settings (Optional) |
Sets the grid code storage parameters, specified by the output of the Grid Code Storage Settings tool. | SpatialCodeStorageParameter |
Output Results
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Tile Path | The storage path of the resulting tile data. | String |