ShapefileDataAdapter.LoadFromStream(Stream, Stream) Method
Loads Shapefile formatted data from streams.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
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