Skip to main content
A newer version of this page is available. .

ShapefileDataAdapter.LoadFromStream(Stream, Stream) Method

Loads Shapefile formatted data from streams.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void LoadFromStream(
    Stream shpStream,
    Stream dbfStream
)

Parameters

Name Type Description
shpStream Stream

A Stream class descendant that provides geometry data.

dbfStream Stream

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

See Also