Skip to main content

ShapefileDataAdapter Methods

A data adapter that loads data from shapefiles and displays it on vector layers.
Name Description
GetItemBySourceObject(Object) Gets a map item by the source object. Inherited from MapDataAdapterBase.
GetItemSourceObject(MapItem) Returns the source object of the specified map item.
LoadData() Loads data from the specified data source. Inherited from MapDataAdapterBase.
LoadFromStream(Stream, Stream) Loads Shapefile formatted data from streams.
LoadPrjFile() Obsolete. Loads the *.prj file data, which contains information about the coordinate system and projection.
LoadPrjFile(Uri) static Loads coordinate system metadata from the *.PRJ file.
OnClustered() Called after the clusterization is finished. Inherited from MapDataAdapterBase.
OnViewportUpdated(MapViewport) Called every time the viewport is changed. Inherited from MapDataAdapterBase.
See Also