Building TaiGe Grid Tile (Oblique)
Usage Instructions
The Building TaiGe Mesh Tiles (Oblique Photography Models) tool is used to generate S3M tile data from obliquely photographed 3D models that have undergone TaiGe mesh partitioning. The storage format of the original data must be the original non-MongoDB S3M data and must be in a planar or projected coordinate system, within the following range: left boundary: -65536.0, right boundary: 262144.0, top boundary: 131072.0, bottom boundary: -131072.0. The storage of TaiGe mesh encoding is specified by the output of the Mesh Encoding Storage Settings 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 |
|---|---|---|
| SCP File | The configuration file (*.scp) of the input oblique photography 3D model data (storage format is the original non-MongoDB S3M data) to be processed. | String |
| Pyramid Split Type: (Optional) |
Sets the pyramid split type for the result data. Options include QuadTree, OctTree. | PyramidSplitType |
| Level: | Sets the maximum mesh partitioning level that bounds the data. Valid range is [1,9]. The mesh side length decreases as the level increases. The specific relationship is as follows: Level 1: side length 1000 meters, Level 2: side length 500 meters, Level 3: side length 100 meters, Level 4: side length 50 meters, Level 5: side length 10 meters, Level 6: side length 3 meters, Level 7: side length 1 meter, Level 8: side length 0.3 meters, Level 9: side length 0.1 meters. |
Integer |
| Tile Name: (Optional) |
Sets the name of the result tile data (cannot be empty). 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 for this operation. Default value is 4. If set to 0, it means using the maximum number of cores available on the current computer. | Integer |
| Mesh Encoding Storage Settings (Optional) |
Sets the mesh encoding storage parameters, specified by the output of the Mesh Encoding Storage Settings tool. | SpatialCodeStorageParameter |
Output Results
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Tile Path | The storage path of the result tile data. | String |