MapPackageVectorWriter Class
Used to write vector features to a table in a GeoPackage.
NuGet/Assembly: Carmenta.Engine.5.17.0.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackageVectorWriter : MapPackageWriterRemarks
Used to write vector features to a table in a GeoPackage. Use the MapPackage.CreateVectorWriter method, on the MapPackage class, to create a MapPackageVectorWriter.
Inheritance Hierarchy
System.Object
EngineObject
MapPackageWriter
MapPackageVectorWriter
Platforms
Windows, Linux, Android
MapPackageVectorWriter Members
The MapPackageVectorWriter type has the following members.
Properties
| Name | Description |
|---|---|
| IsDisposed | Gets a value that tells whether the current MapPackageVectorWriter has been disposed. Inherited from EngineObject |
| IsWorking Deprecated | Gets a value indicating if the writer is currently working on some other thread. Inherited from MapPackageWriter |
| NativeHandle | Gets the native Carmenta Engine kernel object the current MapPackageVectorWriter represents. Inherited from EngineObject |
| Table | The MapPackageTable to create and write to in the GeoPackage. Inherited from MapPackageWriter |
Methods
| Name | Description |
|---|---|
| Abort | Aborts a write operation and deletes the table from the GeoPackage. Inherited from MapPackageWriter |
| BeginTransaction | Starts a transaction for writing vector features to a GeoPackage table. |
| 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 |
| WriteFeature | Writes a single vector feature to a GeoPackage table. Note that BeginTransaction needs to have been called before this method can be used. |