Back to Devexpress

ShapefileDataAdapter.LoadFromStream(Stream, Stream) Method

wpf-devexpress-dot-xpf-dot-map-dot-shapefiledataadapter-dot-loadfromstream-x28-system-dot-io-dot-stream-system-dot-io-dot-stream-x29.md

latest1.5 KB
Original Source

ShapefileDataAdapter.LoadFromStream(Stream, Stream) Method

Loads Shapefile formatted data from streams.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void LoadFromStream(
    Stream shpStream,
    Stream dbfStream
)
vb
Public Sub LoadFromStream(
    shpStream As Stream,
    dbfStream As Stream
)

Parameters

NameTypeDescription
shpStreamStream

A Stream class descendant that provides geometry data.

| | dbfStream | Stream |

A Stream class descendant that provides the columnar attributes of shapes.

|

See Also

ShapefileDataAdapter Class

ShapefileDataAdapter Members

DevExpress.Xpf.Map Namespace