Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_ExportGeoJSONTool Interface Reference

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

Inheritance diagram for SCR_ExportGeoJSONTool:

Protected Member Functions

void Execute ()
 
bool Export ()
 

Protected Attributes

string m_sExportPath
 
SCR_EGeoExportType m_eType
 
float m_fXShift
 
float m_fYShift
 

Detailed Description

Exports selected entity as a GeoJSON or SVG file.

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

Member Function Documentation

◆ Execute()

void SCR_ExportGeoJSONTool.Execute ( )
protected

◆ Export()

bool SCR_ExportGeoJSONTool.Export ( )
protected

Member Data Documentation

◆ m_eType

SCR_EGeoExportType SCR_ExportGeoJSONTool.m_eType
protected

◆ m_fXShift

float SCR_ExportGeoJSONTool.m_fXShift
protected

◆ m_fYShift

float SCR_ExportGeoJSONTool.m_fYShift
protected

◆ m_sExportPath

string SCR_ExportGeoJSONTool.m_sExportPath
protected

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