MapPackagePyramidWriter Class
Used to write raster tiles to a table in a GeoPackage.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEDataSets assembly)
Syntax
public class MapPackagePyramidWriter : MapPackageWriter
Remarks
Abstract base class for writers that can create and write raster tiles to tables in a GeoPackage.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
MapPackageWriter
MapPackagePyramidWriter
MapPackageCoveragePyramidWriter
MapPackageImagePyramidWriter
Platforms
Windows, Linux, Android
MapPackagePyramidWriter Members
The MapPackagePyramidWriter type has the following members.
Properties
Name | Description |
---|---|
IsDisposed | Gets a value that tells whether the current MapPackagePyramidWriter 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 MapPackagePyramidWriter 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 |
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 |
EstimatedItems | Gets the estimated number of raster tiles that will be written. |
ExportedItems | Gets the number of raster tiles that have been written. |
Write | Writes raster tiles to a GeoPackage table. |