DotSpatial Tutorials DotSpatial 9 GDAL
DotSpatial Tutorials DotSpatial 9 GDAL
Purpose of this tutorial: Become familiar with the access of GDAL data provider in DotSpatial.
Step 1: Download the DotSpatial class library and create the DotSpatial tools.
Add the DotSpatial tools in the Visual Studio toolbox. See the first tutorial if you do not know how to add
the controls.
System.ComponentModel.Composition
Figure 1: System.ComponentModel.Composition
Page 1
Introduction to Programming with DotSpatial
Drag an "AppManager" control from the DotSpatial controls under toolbox and drop it on the form. Note:
This control is necessary for loading different formats of data.
Figure 3: AppManger
Page 2
Introduction to Programming with DotSpatial
Page 3
Introduction to Programming with DotSpatial
Page 4
Introduction to Programming with DotSpatial
Now that we have added the new line of code, our project has access to many types of files.
Page 5
Introduction to Programming with DotSpatial
Page 6