Loading...
Searching...
No Matches
SCR_ExportGeoDataPlugin Interface Reference

Exports selected entity as a GeoJSON or SVG file. More...

Inheritance diagram for SCR_ExportGeoDataPlugin:

Public Member Functions

override void Run ()
 

Protected Member Functions

void Export ()
 
int ButtonExport ()
 
int ButtonCancel ()
 

Protected Attributes

string m_sExportPath
 
SCR_EGeoExportType m_eType
 
float m_fXShift
 
float m_fYShift
 

Static Protected Attributes

static const string PLUGIN_NAME = "Export Geographic Data"
 

Detailed Description

Exports selected entity as a GeoJSON or SVG file.

It support exporting PolylineShapeEntity and SplineShapeEntity (both closed and unclosed). Exporting Generators is also supported, but they needs to have a shapeType entity as a parent. Other entities are exported as single points.

Member Function Documentation

◆ ButtonCancel()

int SCR_ExportGeoDataPlugin.ButtonCancel ( )
protected

◆ ButtonExport()

int SCR_ExportGeoDataPlugin.ButtonExport ( )
protected

◆ Export()

void SCR_ExportGeoDataPlugin.Export ( )
protected

◆ Run()

override void SCR_ExportGeoDataPlugin.Run ( )

Member Data Documentation

◆ m_eType

SCR_EGeoExportType SCR_ExportGeoDataPlugin.m_eType
protected

◆ m_fXShift

float SCR_ExportGeoDataPlugin.m_fXShift
protected

◆ m_fYShift

float SCR_ExportGeoDataPlugin.m_fYShift
protected

◆ m_sExportPath

string SCR_ExportGeoDataPlugin.m_sExportPath
protected

◆ PLUGIN_NAME

const string SCR_ExportGeoDataPlugin.PLUGIN_NAME = "Export Geographic Data"
staticprotected

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