MapPackageWriter Class
Used to create and write to tables in a GeoPackage.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageWriter : EngineObject
Remarks
Abstract base class for writers that can create and write data to tables in a GeoPackage.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
MapPackageWriter
GeoPackageMetadataWriter
MapPackageModelWriter
MapPackagePyramidWriter
MapPackageVectorWriter
Platforms
Windows, Linux, Android
MapPackageWriter Members
The MapPackageWriter type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current MapPackageWriter has been disposed. Inherited from EngineObject |
IsWorking Deprecated | Gets a value indicating if the writer is currently working on some other thread. |
NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageWriter represents. Inherited from EngineObject |
Table | The MapPackageTable to create and write to in the GeoPackage. |
Methods
Name | Description |
---|---|
Abort | Aborts a write operation and deletes the table from the GeoPackage. |
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 |