实例介绍
我学习时候用sharpmap开源代码写的一个小项目,项目完成了一些功能 1.可以打开shp文件 2.可以打开tif映像文件。 3.可以实现地图坐标的显示。 4.可以实现地图的缩放。 一些按钮是假的,没有添加相映。存在一些BUG,比如地图打开先后顺序,渲染覆盖,重复打开同一个文件报BUG等问题。由于就是用来学习的小项目,没往深里面做。 希望可以对学习sharpmap的人有提示作用把。
【实例截图】
【核心代码】
4744300845385536692.zip
├── MapViewer
│ ├── app.config
│ ├── bin
│ │ └── Debug
│ │ ├── gdal_csharp.dll
│ │ ├── MapViewer
│ │ │ ├── gdal_csharp.dll
│ │ │ ├── MapViewer.exe
│ │ │ ├── ProjNet.dll
│ │ │ ├── SharpMap.dll
│ │ │ ├── SharpMap.UI.dll
│ │ │ └── TiffSupport
│ │ │ ├── adrg.dll
│ │ │ ├── bgd.dll
│ │ │ ├── dtcanada.dll
│ │ │ ├── dted.dll
│ │ │ ├── dtusa.dll
│ │ │ ├── gdalconst_wrap.dll
│ │ │ ├── gdal_fw.dll
│ │ │ ├── gdal_wrap.dll
│ │ │ ├── gdk-1.3.dll
│ │ │ ├── geos_fw.dll
│ │ │ ├── geotiff_fw.dll
│ │ │ ├── glib-1.3.dll
│ │ │ ├── gmodule-1.3.dll
│ │ │ ├── gnu-intl.dll
│ │ │ ├── gthread-1.3.dll
│ │ │ ├── gtk-1.3.dll
│ │ │ ├── gtkextra-0.99.dll
│ │ │ ├── gtkglarea.dll
│ │ │ ├── hdf5dll.dll
│ │ │ ├── hdf_fw.dll
│ │ │ ├── iconv.dll
│ │ │ ├── jpeg12_osgeo.dll
│ │ │ ├── jpeg_osgeo.dll
│ │ │ ├── libcurl.dll
│ │ │ ├── libeay32.dll
│ │ │ ├── libexpat.dll
│ │ │ ├── libfcgi.dll
│ │ │ ├── libmap.dll
│ │ │ ├── libmysql.dll
│ │ │ ├── libpq.dll
│ │ │ ├── libtiff_fw.dll
│ │ │ ├── libxml2.dll
│ │ │ ├── lodbc.dll
│ │ │ ├── lti_dsdk_cdll.dll
│ │ │ ├── lti_dsdk_dll.dll
│ │ │ ├── mapscript.dll
│ │ │ ├── mesa
│ │ │ │ └── OpenGL32.dll
│ │ │ ├── mfhdf_fw.dll
│ │ │ ├── msvcp60.dll
│ │ │ ├── msvcp70.dll
│ │ │ ├── msvcp71.dll
│ │ │ ├── msvcr71.dll
│ │ │ ├── msvcrt.dll
│ │ │ ├── NCScnet_fw.dll
│ │ │ ├── NCSEcwC_fw.dll
│ │ │ ├── NCSEcw_fw.dll
│ │ │ ├── NCSUtil_fw.dll
│ │ │ ├── netcdf.dll
│ │ │ ├── ogdi_32b1.dll
│ │ │ ├── ogr_wrap.dll
│ │ │ ├── osr_wrap.dll
│ │ │ ├── proj.dll
│ │ │ ├── pthread.dll
│ │ │ ├── python23.dll
│ │ │ ├── remote.dll
│ │ │ ├── rpf.dll
│ │ │ ├── skeleton.dll
│ │ │ ├── sqlite3.dll
│ │ │ ├── ssleay32.dll
│ │ │ ├── szlibdll.dll
│ │ │ ├── vrf.dll
│ │ │ ├── xerces-c_2_7.dll
│ │ │ ├── xerces-depdom_2_7.dll
│ │ │ ├── zlib1.dll
│ │ │ ├── zlib_fw.dll
│ │ │ └── zlib_osgeo.dll
│ │ ├── MapViewer.7z
│ │ ├── MapViewer.exe
│ │ ├── MapViewer.exe.config
│ │ ├── MapViewer.pdb
│ │ ├── MapViewer.vshost.exe
│ │ ├── MapViewer.vshost.exe.config
│ │ ├── MapViewer.vshost.exe.manifest
│ │ ├── ProjNet.dll
│ │ ├── SharpMap.dll
│ │ ├── SharpMap.UI.dll
│ │ └── TiffSupport
│ │ ├── adrg.dll
│ │ ├── bgd.dll
│ │ ├── dtcanada.dll
│ │ ├── dted.dll
│ │ ├── dtusa.dll
│ │ ├── gdalconst_wrap.dll
│ │ ├── gdal_fw.dll
│ │ ├── gdal_wrap.dll
│ │ ├── gdk-1.3.dll
│ │ ├── geos_fw.dll
│ │ ├── geotiff_fw.dll
│ │ ├── glib-1.3.dll
│ │ ├── gmodule-1.3.dll
│ │ ├── gnu-intl.dll
│ │ ├── gthread-1.3.dll
│ │ ├── gtk-1.3.dll
│ │ ├── gtkextra-0.99.dll
│ │ ├── gtkglarea.dll
│ │ ├── hdf5dll.dll
│ │ ├── hdf_fw.dll
│ │ ├── iconv.dll
│ │ ├── jpeg12_osgeo.dll
│ │ ├── jpeg_osgeo.dll
│ │ ├── libcurl.dll
│ │ ├── libeay32.dll
│ │ ├── libexpat.dll
│ │ ├── libfcgi.dll
│ │ ├── libmap.dll
│ │ ├── libmysql.dll
│ │ ├── libpq.dll
│ │ ├── libtiff_fw.dll
│ │ ├── libxml2.dll
│ │ ├── lodbc.dll
│ │ ├── lti_dsdk_cdll.dll
│ │ ├── lti_dsdk_dll.dll
│ │ ├── mapscript.dll
│ │ ├── mesa
│ │ │ └── OpenGL32.dll
│ │ ├── mfhdf_fw.dll
│ │ ├── msvcp60.dll
│ │ ├── msvcp70.dll
│ │ ├── msvcp71.dll
│ │ ├── msvcr71.dll
│ │ ├── msvcrt.dll
│ │ ├── NCScnet_fw.dll
│ │ ├── NCSEcwC_fw.dll
│ │ ├── NCSEcw_fw.dll
│ │ ├── NCSUtil_fw.dll
│ │ ├── netcdf.dll
│ │ ├── ogdi_32b1.dll
│ │ ├── ogr_wrap.dll
│ │ ├── osr_wrap.dll
│ │ ├── proj.dll
│ │ ├── pthread.dll
│ │ ├── python23.dll
│ │ ├── remote.dll
│ │ ├── rpf.dll
│ │ ├── skeleton.dll
│ │ ├── sqlite3.dll
│ │ ├── ssleay32.dll
│ │ ├── szlibdll.dll
│ │ ├── vrf.dll
│ │ ├── xerces-c_2_7.dll
│ │ ├── xerces-depdom_2_7.dll
│ │ ├── zlib1.dll
│ │ ├── zlib_fw.dll
│ │ └── zlib_osgeo.dll
│ ├── Extensions
│ │ ├── FwToolsHelper.cs
│ │ ├── GdalRasterLayerCachingProxy.cs
│ │ ├── GdalRasterLayer.cs
│ │ └── GeoTransform.cs
│ ├── Factory
│ │ ├── GdalResterLayerFactory.cs
│ │ ├── ILayerFactory.cs
│ │ └── ShapeFileLayerFactory.cs
│ ├── FwTools.xml
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── MapViewer.csproj
│ ├── obj
│ │ └── Debug
│ │ ├── MapViewer.csproj.FileListAbsolute.txt
│ │ ├── MapViewer.csproj.GenerateResource.Cache
│ │ ├── MapViewer.exe
│ │ ├── MapViewer.MainForm.resources
│ │ ├── MapViewer.pdb
│ │ ├── MapViewer.Properties.Resources.resources
│ │ ├── MapViewer.StyleForm.resources
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── Resources
│ │ ├── 2414665_093427498199_2.ico
│ │ ├── _3DBevelPictureTopGallery.png
│ │ ├── _3DEffectColorPickerClassic.png
│ │ ├── _3DEffectsOnOffClassic.png
│ │ ├── about.png
│ │ ├── ActiveXImageNew.png
│ │ ├── ActiveXImage.png
│ │ ├── AddTableHS.png
│ │ ├── AdpDiagramDeleteTable.png
│ │ ├── AutoSum.png
│ │ ├── BlogManageAccounts.png
│ │ ├── BlogOpenExisting.png
│ │ ├── BorderDrawGrid.png
│ │ ├── BorderMoreColorsDialog.png
│ │ ├── CalendarInsert.png
│ │ ├── ChartInsert.png
│ │ ├── ChartSaveTemplates.png
│ │ ├── ChartTypeAreaInsertGallery.png
│ │ ├── Chat.png
│ │ ├── Copy1.png
│ │ ├── Copy.png
│ │ ├── Cut1.png
│ │ ├── Cut.png
│ │ ├── DatabaseCopyDatabaseFile.png
│ │ ├── DATABASE.png
│ │ ├── DiagramChangeToTargetClassic.png
│ │ ├── DiagramChangeToTargetClassicSelect.png
│ │ ├── document.ico
│ │ ├── down.ico
│ │ ├── down.png
│ │ ├── EditTableHS.png
│ │ ├── EquationFractionGallery.png
│ │ ├── ExportExcel.png
│ │ ├── FileNew.png
│ │ ├── FileOpen.png
│ │ ├── FilePrintPreview.png
│ │ ├── FindDialog1.png
│ │ ├── FindDialog.png
│ │ ├── FindRelatedMenu.png
│ │ ├── Flag.png
│ │ ├── FlagSelect.png
│ │ ├── GroupMacroTools.png
│ │ ├── GroupTable.png
│ │ ├── GroupViews.png
│ │ ├── HomeNew.png
│ │ ├── Home.png
│ │ ├── MailMergeCreateList.png
│ │ ├── MoreControlsDialog.png
│ │ ├── NewRandomGeometry.png
│ │ ├── ObjectEditPoints.png
│ │ ├── pan.png
│ │ ├── Paste.png
│ │ ├── PasteSpecialDialog.png
│ │ ├── PIE DIAGRAM.png
│ │ ├── point1.png
│ │ ├── point.png
│ │ ├── polygon.png
│ │ ├── PrintDialogAccess.png
│ │ ├── PrintSetupDialog.png
│ │ ├── PropertySheet.png
│ │ ├── query.png
│ │ ├── Raster.png
│ │ ├── RelationshipsReportNew.png
│ │ ├── RelationshipsReport.png
│ │ ├── RemoveTable.png
│ │ ├── resources.gif
│ │ ├── resourcesNew.gif
│ │ ├── ReviewCompareTwoVersions.png
│ │ ├── ReviewShareWorkbookNew.png
│ │ ├── ReviewShareWorkbook.png
│ │ ├── RulerShowHide.png
│ │ ├── SaveAndClose1.png
│ │ ├── SaveAndClose.png
│ │ ├── ShapeCurve.png
│ │ ├── TableBorderPenColorPicker.png
│ │ ├── Thumbs.db
│ │ ├── up.ico
│ │ ├── up.png
│ │ ├── Women_1.png
│ │ ├── Women.png
│ │ ├── xypoint.png
│ │ ├── ZoomDialog.png
│ │ ├── ZoomFitToWindow.png
│ │ ├── Zoom In.png
│ │ ├── Zoom Out.png
│ │ ├── ZoomToExtents.png
│ │ └── ZoomToSelection.png
│ ├── SharpMap.UI
│ │ └── Forms
│ │ ├── MapBox.cs
│ │ └── MapImage.cs
│ ├── StyleForm.cs
│ ├── StyleForm.Designer.cs
│ └── StyleForm.resx
├── MapViewer.sln
└── MapViewer.suo
18 directories, 270 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论