MapPackageTransaction Class
Transaction object used when writing vector features to a GeoPackage.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageTransaction : EngineObject
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
MapPackageTransaction
Platforms
Windows, Linux, Android
MapPackageTransaction Members
The MapPackageTransaction type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current MapPackageTransaction has been disposed. Inherited from EngineObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageTransaction represents. Inherited from EngineObject |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Commit | Commits a transaction. Writes the pending data to the GeoPackage. If this method has not been called, the MapPackageTransaction instance will rollback the transaction, canceling the writing of any pending data to the GeoPackage when it is disposed or destroyed. |
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 |