Usage Instructions
The Build TaiGe Grid Tile(Airspace) tool is used to generate S3M tile data from airspace ranges that have been partitioned using the TaiGe grid. The airspace to be processed must be in a planar coordinate system or projected coordinate system, and the coordinate range must satisfy the following: 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 Grid Code Storage Settings tool.
Airspace refers to a three-dimensional space above the Earth's surface where aircraft such as drones can fly, typically represented by a complete and continuous area.
It is recommended to load the resulting tiles in a planar scene to avoid usage issues caused by positional offsets.
Parameter Descriptions
| Parameter Name | Parameter Description | Parameter Type |
|---|---|---|
| Range Polygon (Optional) |
Input a 2D polygon object (in the planar coordinate system) representing the planar extent of the airspace, which can be specified by the output of the Get Geometry Objects from Dataset tool. The range polygon and the range polygon point set parameters are mutually exclusive; please set one of them. Note: The airspace must be represented by a complete and continuous area, rather than multiple independent and discrete polygon objects. |
GeoRegion |
| Range Polygon Point Set (Optional) |
Input a 2D point set (in the planar coordinate system) representing the planar extent of the airspace, which can be specified by the output of the 2D Point Set tool. The range polygon and the range polygon point set parameters are mutually exclusive; please set one of them. Note: The airspace must be represented by a complete and continuous area, rather than multiple independent and discrete polygon objects. |
Point2Ds |
| Pyramid Split Type: (Optional) |
Sets the pyramid split type for the result data. The options include QuadTree and Octree. | PyramidSplitType |
| Minimum Elevation (Optional) |
Sets the minimum elevation value within the airspace height range, in meters. | Double |
| Maximum Elevation (Optional) |
Sets the maximum elevation value within the airspace height range, in meters. | Double |
| Level: | Sets the maximum grid split level surrounding 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 for the resulting tile data. The default value is spatialGrid. | String |
| Storage Path: | Sets the storage path for the resulting tile data. | String |
| Number of Threads: (Optional) |
Sets the number of threads allocated to this operation. The default value is 4. When the number of threads is 0, it indicates that the number of threads equals the maximum number of cores on the current computer. | Integer |
| Grid Code Storage Settings (Optional) |
Specifies the grid code parameters, provided 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 |