Maria GDK 4.5.0.137
Documentation of managed code in release branch
Loading...
Searching...
No Matches
TPG.GeoFramework.RasterExport.Contracts.IComplexOffScreenExporter Interface Reference

Defines the interface for a complex export. The result of this export job is a canvas that can be used for further modifications of the final product. More...

Inherited by TPG.GeoFramework.RasterExport.OffscreenExport.ComplexOffScreenExporter.

Public Member Functions

void StartAsync ()
 Starts the export job. Function is asynchroneos.
 
void Start ()
 Starts the export job. Function is synchroneos.
 
void Cancel ()
 Cancels the job.
 

Properties

IOffScreenRasterExporter OffScreenRasterExporter [get]
 The offscreen exporter that is used to generate the image from Maria layers. Use this as the api to add layers to the export.
 
ExportCanvas FinishedCanvas [get]
 When the export job is finished, the exported image from Maria layers will be contained in this canvas. The image will be placed according to given parameters.
 

Events

EventHandler ExportFinished
 Emitted when the export finished.
 
ExportProgressChanged ProgressChanged
 Emitted to report progress of the export job.
 

Detailed Description

Defines the interface for a complex export. The result of this export job is a canvas that can be used for further modifications of the final product.


The documentation for this interface was generated from the following file: