MapPackageTable Class
A table in a GeoPackage.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageTable : EngineObjectRemarks
Base class for tables in a GeoPackage.
Inheritance Hierarchy
System.Object
EngineObject
MapPackageTable
MapPackageCoverageTable
MapPackageImageTable
MapPackageModelTable
MapPackageVectorTable
Platforms
Windows, Linux, Android
MapPackageTable Members
The MapPackageTable type has the following members.
Properties
| Name | Description |
|---|---|
| Bounds | Gets or sets the bounding rectangle of the MapPackageTable. |
| Crs | Gets or sets the coordinate reference system of the MapPackageTable. |
| IsDisposed | Gets a value that tells whether the current MapPackageTable has been disposed. Inherited from EngineObject |
| Name | Gets or sets the name of the MapPackageTable. |
| NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageTable 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 |