Step 3 Generate 3D Tile cache results for the model

After 3D Tile Cache is generated successfully, the following folder directory structure will be generated under the cache Export Directory specified by the user. The construction principle of the Model cache directory structure is the same as that of the Imagery Cache directory structure. Details See the introduction of Cache directory in Imagery Cache.

After the Model data Generate Cache, it also contains a Config File *.scp, in the through a *.scp file whose Detail Description is shown in the following table.

Config File *.scp for OSGB/OSGB Cache

  { "Asset": "SuperMap",//Basic Info of data "Version": 1.0,//version number "DataType": "BIM",//3D GeoSpatial Data Type "PyramidSplitType": "QuadTree",//spatial partition type of data: quadtree partition "LodType": "Replace",//LOD refinement type is Normal Mode "Position"://insertion point in degrees { "x":116.36, "y":39.99, "z":0.0, "units":"Degree" }, "GeoBounds"://GeoSpatial Range { "left":116.3635, "top":40.0018, "right":116.3755, "bottom":39.9932 }, "HeightRange"://height range { "min":9.4875, "max":119.9612 }, "WDescript"://w bit Description { "category":"", "range": { "min":0.0, "max":0.0 } }, "Tiles"://Root node File Path and bounding box (local coordinate system) corresponding to each TileTree  {//Information of the first root node "url":"./Tile_-7281_21185_0000/Tile_-7281_21185_0000.s3mb", "boundingbox": { "min": { "x":245.36567664297159, "y":-534.7293082718718, "z":-34.66962171293413 }, "max": { "x":443.1873785885407, "y":-336.9076063263026, "z":163.152080232635 } } }, {//Information of the second root node "url":"./Tile_-7282_21183_0000/Tile_-7282_21183_0000.s3mb", "boundingbox": { "min": { "x":-604.2845700298257, "y":92.21901333930407, "z":-190.14669717375353 }, "max": { "x":-147.10063304583208, "y":549.4029503232977, "z":267.03723981024009 } } }  }