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