Build TaiGe Grid Tiles (Model)
Instructions
The Build TaiGe Grid Tiles (Model) tool is used to generate S3M tile data from a model dataset (in a planar or projected coordinate system) that has undergone TaiGe grid tessellation. The model to be processed must be within the following range: Left Boundary: -65536.0, Right Boundary: 262144.0, Top Boundary: 131072.0, Bottom Boundary: -131072.0. The storage of TaiGe grid codes is specified by the Spatial Code Storage Settings tool.
It is recommended to load and apply the resulting tiles in a planar scene to avoid usage issues caused by positional offsets.
Parameter Description
| Parameter Name | Description | Parameter Type |
|---|---|---|
| Model Dataset | Specifies the model dataset to be processed. | Dataset |
| Pyramid Split Type: (Optional) |
Sets the pyramid splitting type for the result data. Options include Quadtree and Octree. | PyramidSplitType |
| Level: | Sets the maximum grid tessellation level that bounds the data. Valid 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: 500 meters, Level 3: 100 meters, Level 4: 50 meters, Level 5: 10 meters, Level 6: 3 meters, Level 7: 1 meter, Level 8: 0.3 meters, Level 9: 0.1 meters. |
Integer |
| Tile Name: (Optional) |
Sets the name for the resulting tile data (cannot be empty). The default value is 'spatialGrid'. | String |
| Storage Path: | Sets the storage path for the resulting tile data. | String |
| Thread Count: (Optional) |
Sets the number of threads allocated to this operation. The default value is 4. A thread count of 0 means using the maximum number of cores available on the current computer. | Integer |
| Spatial Code Storage Settings (Optional) |
Sets the spatial code storage parameters, specified by the output of the Spatial Code Storage Settings tool. | SpatialCodeStorageParameter |
Output Results
| Parameter Name | Description | Parameter Type |
|---|---|---|
| Tile Path | Storage path of the resulting tile data. | String |