[]
Read GeoRSS data from the specified stream.
public static List<GeoGeometryRecord> Read(Stream stream)
Public Shared Function Read(stream As Stream) As List(Of GeoGeometryRecord)
| Type | Name | Description |
|---|---|---|
| Stream | stream | Stream with GeoRSS data. |
| Type | Description |
|---|---|
| List<GeoGeometryRecord> | The collection of geometry records. |