Build Low-Altitude Grid Tile (Oblique)
Instructions for Use
Build low-altitude grid tiles (oblique photography model) to generate S3M tile data (EPSG:4326) from obliquely photographed 3D model data that has undergone GeoSOT spatial partitioning. The input data is stored in the original S3M format (non-MongoDB) and uses a geographic coordinate system. The GeoSOT spatial partitioning rules are specified by the Grid Code Storage tool.
Parameter Description
Parameter Name | Parameter Description | Parameter Type |
---|---|---|
SCP File | The configuration file (*.scp) of the obliquely photographed 3D model data (stored in the original non-MongoDB S3M format) to be processed. | String |
Pyramid Split Type: (Optional) |
Set the pyramid split type of the result data. Options include Quadtree and Octree. The default value is Quadtree. | PyramidSplitType |
Level: | Set the maximum grid partition level enclosing the data. The value range is [1,32].
|
Integer |
Tile Name: (Optional) |
Set the name of the resulting tile data. The default value is "spatialGrid". | String |
Storage Path: | Set the storage path of the resulting tile data. | String |
Thread Count: (Optional) |
Set the number of threads allocated to this operation. The default value is 4. When the thread count is 0, it means the thread count is set to the maximum number of cores of the current computer. | Integer |
Grid Code Storage (Optional) |
Specify the grid code parameters, which are defined by the output of the Grid Code Storage tool. | SpatialCodeStorageParameter |
Output Result
Parameter Name | Parameter Description | Parameter Type |
---|---|---|
Tile Path | The storage path of the resulting tile data. | String |