[]
        
(Showing Draft Content)

C1.WPF.Maps.LongLatConverter

LongLatConverter Class

Converts from a string to a System.Windows.Point representing a geographic coordinate and back.

Inheritance
LongLatConverter
Namespace: C1.WPF.Maps
Assembly: C1.WPF.Maps.dll
Syntax
public class LongLatConverter : TypeConverter
Remarks

When converting from a string, LongLatConverter accepts any of the formats defined by LongLatFormat.

Constructors

Name Description
LongLatConverter()

Properties

Name Description
Format

Gets or sets the LongLatFormat used when converting to a string.

Methods

Name Description
CanConvertFrom(ITypeDescriptorContext, Type)
CanConvertTo(ITypeDescriptorContext, Type)
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
ConvertFromString(string)
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
ConvertToString(object)