StiMapLoader Class

Namespace: Stimulsoft.Report.Maps

Properties

Property Type Description
IsMapAssemblyLoaded static bool  

Methods

Method Returns Description
DeleteAllCustomMaps static void  
GetGeomsObject static StiMapGeomsContainer  
LoadResource static StiMapSvgContainer  
ParsePath static List<StiMapGeom>  

Method Details

DeleteAllCustomMaps static

DeleteAllCustomMaps(): void


GetGeomsObject static

GetGeomsObject(report: StiReport, resourceName: string, lang: string): StiMapGeomsContainer

Parameters

  • report (StiReport)
  • resourceName (string)
  • lang (string)

Returns StiMapGeomsContainer


LoadResource static

LoadResource(report: StiReport, resourceName: string, lang: string): StiMapSvgContainer

Parameters

  • report (StiReport)
  • resourceName (string)
  • lang (string)

Returns StiMapSvgContainer


ParsePath static

ParsePath(text: string): List<StiMapGeom>

Parameters

  • text (string)

Returns List<StiMapGeom>