Build TaiGe Grid Tile (TIN)
Instructions
The Build TaiGe Grid Tile (TIN) tool is used to generate S3M tiles from TIN terrain tile data (in planar or projected coordinate systems) that have been subdivided using the TaiGe grid. The TIN to be processed must be within the following bounds: Left Boundary: -65536.0, Right Boundary: 262144.0, Top Boundary: 131072.0, Bottom Boundary: -131072.0. The storage method for the TaiGe grid code is specified by the Spatial Code Storage Parameter Setting tool.
It is recommended to load and apply the resulting tiles in planar scenes to avoid usage issues caused by positional offsets.
Parameter Description
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| SCT File Path | Input the configuration file (*.sct) of the TIN terrain tile data to be processed. | String |
| Terrain Tile Password: (Optional) |
Input the password for the source TIN terrain tile data. | String |
| Pyramid Split Type: (Optional) |
Set the pyramid splitting type for the result data. Options include QuadTree and Octree. | PyramidSplitType |
| Level: | Set the maximum grid subdivision level that bounds the data, ranging from [1, 9]. The grid edge length decreases as the level increases. The specific relationship is as follows: Level 1: 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) |
Set the name for the resulting tile data. The default value is spatialGrid. |
String |
| Storage Path: | Set the storage path for the resulting tile data. | String |
| Thread Count: (Optional) |
Set the number of threads allocated for this operation. The default value is 4. A value of 0 indicates using the maximum number of cores available on the current computer. | Integer |
| Spatial Code Storage Setting (Optional) |
Specify the spatial code parameters, defined by the output of the Spatial Code Storage Parameter Setting tool. | SpatialCodeStorageParameter |
Output Results
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Tile Path | The storage path of the resulting tile data. | String |