MapPackageModelTable Class
A table in a GeoPackage that contains 3D models.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageModelTable : MapPackageTable
Remarks
This class represents a table in a GeoPackage that contains 3D models (using a Carmenta-specific extension to the GeoPackage format). It is used to specify table parameters when creating a MapPackageModelWriter, see MapPackage.Create3DTilesModelWriter.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
MapPackageTable
MapPackageModelTable
Platforms
Windows, Linux, Android
MapPackageModelTable Members
The MapPackageModelTable type has the following members.
Constructors
Name | Description |
---|---|
MapPackageModelTable | Initializes a new instance of the MapPackageModelTable class with the given table name. |
Properties
Name | Description |
---|---|
Bounds | Gets or sets the bounding rectangle of the MapPackageModelTable. Inherited from MapPackageTable |
ElevationOffset | Elevation offset to apply to the model. |
ExtraTileLevels | Extra tile levels (that is, detail levels) to generate beyond the default level. |
IsDisposed | Gets a value that tells whether the current MapPackageModelTable has been disposed. Inherited from EngineObject |
LevelOfDetailMultiplier | Factor adjusting the level of detail at each tile level. |
Name | Gets or sets the name of the MapPackageModelTable. Inherited from MapPackageTable |
NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageModelTable represents. Inherited from EngineObject |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |