ShapefileDataAdapter.LoadFromStream(Stream, Stream) Method
In This Article
Loads Shapefile formatted data from streams.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
shp |
Stream | A Stream class descendant that provides geometry data. |
dbf |
Stream | A Stream class descendant that provides the columnar attributes of shapes. |
See Also