Map for WinForms | ComponentOne
C1.FlexMap Namespace / ShapeReader Class / Read Method
The geospatial data at raw ESRI shapefile representation.
The columnar attributes for each shape, in dBase IV format.

In This Topic
    Read Method (ShapeReader)
    In This Topic
    Reads spatial data from ESRI shape stream.
    Syntax
    'Declaration
     
    
    Public Shared Function Read( _
       ByVal shpStream As Stream, _
       ByVal dbfStream As Stream _
    ) As IEnumerable(Of GeoGeometryRecord)

    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.
    Remarks
    The record data contains the attributes from the corresponding ".dbf" file.
    See Also