![]() |
|
Exports selected entity as a GeoJSON or SVG file. More...
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" |
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.
|
protected |
|
protected |
|
protected |
| override void SCR_ExportGeoDataPlugin.Run | ( | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
staticprotected |