ICoordinateConverter
Interface
Interface which must be implemented by any coordinate converter.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
[TypeConverter(typeof(CoordinateConverters))]
public interface ICoordinateConverter
Derived Classes:
Methods
Convert from the collection of coordinates are given in the form specific for the coordinate system other than WGS 1984 to the collection of the WGS 1984 coordinates.
C#
LocationCollection ConvertBack(LocationCollection collection)
Collection of coordinates are given in the form specific for the coordinate system.
Returns:Converted collection.
Convert from the collection of coordinates are given in the WGS 1984 coordinates to the form specific for the coordinate system other than WGS 1984.
C#
LocationCollection ConvertTo(LocationCollection collection)
Collection of coordinates are given in the form specific for the coordinate system.
Returns:Converted collection.