'Declaration
Public Shared Function Read( _ ByVal shpStream As Stream, _ ByVal dbfStream As Stream _ ) As IEnumerable(Of GeoGeometryRecord)
public static IEnumerable<GeoGeometryRecord> Read( Stream shpStream, Stream dbfStream )
Parameters
- shpStream
- The geospatial data at raw ESRI shapefile representation.
- dbfStream
- The columnar attributes for each shape, in dBase IV format.
Return Value
The collection of geometry records.