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

Defines the offscreen export interface. More...

Inherited by TPG.GeoFramework.RasterExport.OffscreenExport.OffScreenMapExporter.

Public Member Functions

void Cancel ()
 Cancels the export in progress.
 
void StartAsync ()
 Starts the asynchroneous export operation.
 
void Start ()
 Starts a synchroneous export operation.
 
void AddMapLayer (MapLayerProperties mapLayerProperties)
 Adds the maplayer to the export.
 
void AddTrackLayer (TrackLayerProperties trackLayerProperties)
 Adds the tracklayer to the export.
 
void AddDrawObjectLayer (DrawObjectLayerProperties drawObjectLayerProperties)
 Adds the draw object layer to the export.
 
void AddGridLayer (GridLayerProperties gridLayerProperties)
 Adds the grid layer to the export.
 
void AddCategorizedLayers (CategorizedLayersProperties categorizedLayersProperties)
 Adds the categorized layers to export.
 
void AddCustomLayer (CustomLayerProperties customLayerProperties)
 Adds a custom layer to the export.
 

Properties

BitmapSource ExportedImage [get]
 The resulting image of the export operation.
 

Events

EventHandler ExportFinished
 Event emitted when export is finished.
 
ExportProgressChanged ProgressChanged
 Event emitted everytime the progress changes.
 

Detailed Description

Defines the offscreen export interface.

Member Function Documentation

◆ AddCategorizedLayers()

void TPG.GeoFramework.RasterExport.Contracts.IOffScreenRasterExporter.AddCategorizedLayers ( CategorizedLayersProperties  categorizedLayersProperties)

Adds the categorized layers to export.

Parameters
categorizedLayersPropertiesProperties of the categorized layers to export.

◆ AddCustomLayer()

void TPG.GeoFramework.RasterExport.Contracts.IOffScreenRasterExporter.AddCustomLayer ( CustomLayerProperties  customLayerProperties)

Adds a custom layer to the export.

Parameters
customLayerPropertiesProperties of the custom layer to export.

◆ AddDrawObjectLayer()

void TPG.GeoFramework.RasterExport.Contracts.IOffScreenRasterExporter.AddDrawObjectLayer ( DrawObjectLayerProperties  drawObjectLayerProperties)

Adds the draw object layer to the export.

Parameters
drawObjectLayerPropertiesProperties of the draw object layer to export.

◆ AddGridLayer()

void TPG.GeoFramework.RasterExport.Contracts.IOffScreenRasterExporter.AddGridLayer ( GridLayerProperties  gridLayerProperties)

Adds the grid layer to the export.

Parameters
gridLayerPropertiesProperties of the grid layer to export.

◆ AddMapLayer()

void TPG.GeoFramework.RasterExport.Contracts.IOffScreenRasterExporter.AddMapLayer ( MapLayerProperties  mapLayerProperties)

Adds the maplayer to the export.

Parameters
mapLayerPropertiesProperties of the map layer to export.

◆ AddTrackLayer()

void TPG.GeoFramework.RasterExport.Contracts.IOffScreenRasterExporter.AddTrackLayer ( TrackLayerProperties  trackLayerProperties)

Adds the tracklayer to the export.

Parameters
trackLayerPropertiesProperties of the track layer to export.

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