Click or drag to resize

MapConverter Class

LightningChart .NET Help
Map data container.
Inheritance Hierarchy
SystemObject
  Arction.Wpf.ChartingMVVM.MapsMapConverter

Namespace:  Arction.Wpf.ChartingMVVM.Maps
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class MapConverter

The MapConverter type exposes the following members.

Constructors
  NameDescription
Public methodMapConverter
Constructor.
Top
Methods
  NameDescription
Public methodConvertFromFile
Convert shp file by xml configuration.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetConvertedMap
Get converted map.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSelectFilesAndConvert
Select shp files for conversion and convert them.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventConversionStateChanged
Occurs when the state of the map conversion changes.
Top
See Also