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