Read shape file and dbf datas from stream.
'Declaration
Public Overloads Shared Function Read( _
ByVal As System.IO.Stream, _
ByVal As System.IO.Stream _
) As System.Collections.Generic.Dictionary(Of C1VectorItemBase,C1ShapeAttributes)
public static System.Collections.Generic.Dictionary<C1VectorItemBase,C1ShapeAttributes> Read(
System.IO.Stream ,
System.IO.Stream
)
Parameters
- stream
- Stream that contains ShapeFile data.
- dbfStream
- Stream that contains DBF data.
Return Value
Dictionary of vector objects and shape attribute objects for C1VectorLayer.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2