[]
        
(Showing Draft Content)

C1.FlexMap.ShapeReader.Read

Read Method

Read(Stream, Stream)

Reads spatial data from ESRI shape stream.

Declaration
public static IEnumerable<GeoGeometryRecord> Read(Stream shpStream, Stream dbfStream)
Parameters
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.

Returns
Type Description
IEnumerable<GeoGeometryRecord>

The collection of geometry records.

Remarks

The record data contains the attributes from the corresponding ".dbf" file.