[]
Read GeoRSS data from the specified stream.
public static List<VectorItemBase> Read(Stream stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream with GeoRSS data. |
| Type | Description |
|---|---|
| List<VectorItemBase> | The list of imported vector elements. |
Read GeoRSS data from the specified string.
public static List<VectorItemBase> Read(string s)
| Type | Name | Description |
|---|---|---|
| string | s | String with GeoRSS data. |
| Type | Description |
|---|---|
| List<VectorItemBase> | The list of imported vector elements. |