[]
Read kml data from stream.
public static List<VectorItemBase> Read(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream that contains KML data. |
| Type | Description |
|---|---|
| List<VectorItemBase> | List of vector objects for C1VectorLayer. |
Read kml data from string.
public static List<VectorItemBase> Read(string s)
| Type | Name | Description |
|---|---|---|
| string | s | String that contains KML data. |
| Type | Description |
|---|---|
| List<VectorItemBase> | List of vector objects for C1VectorLayer. |