New to Telerik UI for WPFStart a free 30-day trial

Represents the KmlReader class.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public static class KmlReader

Inheritance: objectKmlReader

Methods

Reads Kml file from a stream.

C#
public static List<FrameworkElement> Read(Stream stream, DataTemplate pointTemplate)
Parameters:streamStream

Stream of Kml file.

pointTemplateDataTemplate

Template of Point object.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads Kml file from a stream.

C#
public static List<FrameworkElement> Read(Stream stream, ExtendedPropertySet extendedPropertySet, DataTemplate pointTemplate)
Parameters:streamStream

Stream of Kml file.

extendedPropertySetExtendedPropertySet

Extended property set for extended data.

pointTemplateDataTemplate

Template of Point object.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads Kml file from a stream.

C#
public static List<FrameworkElement> Read(Stream stream, ExtendedPropertySet extendedPropertySet)
Parameters:streamStream

Stream of Kml file.

extendedPropertySetExtendedPropertySet

Extended property set for extended data.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads Kml file from a stream.

C#
public static List<FrameworkElement> Read(Stream stream)
Parameters:streamStream

Stream of Kml file.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads Kml file from a string.

C#
public static List<FrameworkElement> Read(string value, DataTemplate pointTemplate)
Parameters:valuestring

String of Kml.

pointTemplateDataTemplate

Template of Point object.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads Kml file from a string.

C#
public static List<FrameworkElement> Read(string value, ExtendedPropertySet extendedPropertySet, DataTemplate pointTemplate)
Parameters:valuestring

String of Kml.

extendedPropertySetExtendedPropertySet

Extended property set for extended data.

pointTemplateDataTemplate

Template of Point object.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads Kml file from a string.

C#
public static List<FrameworkElement> Read(string value, ExtendedPropertySet extendedPropertySet)
Parameters:valuestring

String of Kml.

extendedPropertySetExtendedPropertySet

Extended property set for extended data.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.

Reads Kml file from a string.

C#
public static List<FrameworkElement> Read(string value)
Parameters:valuestring

String of Kml.

Returns:

List<FrameworkElement>

List of elements that will be placed on an information layer.