[]
        
(Showing Draft Content)

C1.WPF.Maps.KmlReader.Read

Read Method

Read(Stream)

Read kml data from stream.

Declaration
public static List<VectorItemBase> Read(Stream stream)
Parameters
Type Name Description
Stream stream

Stream that contains KML data.

Returns
Type Description
List<VectorItemBase>

List of vector objects for C1VectorLayer.

Read(string)

Read kml data from string.

Declaration
public static List<VectorItemBase> Read(string s)
Parameters
Type Name Description
string s

String that contains KML data.

Returns
Type Description
List<VectorItemBase>

List of vector objects for C1VectorLayer.