MapPackage.Create3DTilesModelWriter Method
Creates a MapPackageModelWriter to create and write 3D Tiles model data to a new table in an OGC GeoPackage file.
Create3DTilesModelWriter(MapPackageModelTable table, System.String tilesetJsonPath)
Creates a MapPackageModelWriter to create and write 3D Tiles model data to a new table in an OGC GeoPackage file.Syntax
public MapPackageModelWriter Create3DTilesModelWriter (
MapPackageModelTable table,
System.String tilesetJsonPath
)
Parameters
File path to the the root 3D Tiles 'tileset.json' file.
Return Value
Remarks
Use this method when you want to use MapPackageModelWriter to write 3D Tiles model data to a GeoPackage. This writer loads a 3D Tiles data set and converts it to a tiled format suitable for visualization in a GlobeView. The models will be written to a new table in the OGC GeoPackage file this MapPackage is connected to.
See MapPackageModelWriter for a usage example.
Platforms
Windows, Linux, Android