[]
Reads spatial data from ESRI shape stream.
public static IEnumerable<GeoGeometryRecord> Read(Stream shpStream, Stream dbfStream)
| Type | Name | Description |
|---|---|---|
| Stream | shpStream | The geospatial data at raw ESRI shapefile representation. |
| Stream | dbfStream | The columnar attributes for each shape, in dBase IV format. |
| Type | Description |
|---|---|
| IEnumerable<GeoGeometryRecord> | The collection of geometry records. |
The record data contains the attributes from the corresponding ".dbf" file.