实例介绍
拥有ArcMap图层渲染和标注功能,能够完成土地信息评价管理和出图利用ArcEngine93+vs2008编程平台
【实例截图】
【核心代码】
土地信息管理系统
└── Yingyan
├── Yingyan
│ ├── AddDateTool.cs
│ ├── AddFieldData.cs
│ ├── AddFieldData.Designer.cs
│ ├── AddFieldData.resx
│ ├── app.config
│ ├── Attibutes
│ │ ├── Attributes.cs
│ │ ├── Attributes.Designer.cs
│ │ ├── Attributes.resx
│ │ ├── PFActionIcon.ico
│ │ ├── SymbolStyleSheets.cs
│ │ ├── SymbolStyleSheets.Designer.cs
│ │ ├── SymbolStyleSheets.resx
│ │ ├── TextAttributes.cs
│ │ ├── TextAttributes.Designer.cs
│ │ └── TextAttributes.resx
│ ├── bin
│ │ └── Debug
│ │ ├── Interop.ArcGISFileHelperLib.dll
│ │ ├── PFActionIcon.ico
│ │ ├── Resources
│ │ │ ├── icon
│ │ │ │ ├── 011.BMP
│ │ │ │ ├── 012.BMP
│ │ │ │ ├── 013.BMP
│ │ │ │ ├── 021.BMP
│ │ │ │ ├── 022.BMP
│ │ │ │ ├── 023.BMP
│ │ │ │ ├── 024.BMP
│ │ │ │ ├── 0.BMP
│ │ │ │ ├── ELLIPSE.BMP
│ │ │ │ ├── FREEFORM.BMP
│ │ │ │ ├── GROUP.BMP
│ │ │ │ ├── HELP2.BMP
│ │ │ │ ├── HELP.BMP
│ │ │ │ ├── INFO.bmp
│ │ │ │ ├── lager
│ │ │ │ │ ├── COPY.BMP
│ │ │ │ │ ├── CUT.BMP
│ │ │ │ │ ├── PAINT.BMP
│ │ │ │ │ ├── PREVIEW.BMP
│ │ │ │ │ ├── REDO.BMP
│ │ │ │ │ ├── SPELL.BMP
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── UNDO.BMP
│ │ │ │ ├── LAYERS.bmp
│ │ │ │ ├── LINE.BMP
│ │ │ │ ├── PROP.BMP
│ │ │ │ ├── RECTANGL.BMP
│ │ │ │ ├── select
│ │ │ │ │ ├── 011.bmp
│ │ │ │ │ ├── 012.bmp
│ │ │ │ │ ├── 013.bmp
│ │ │ │ │ ├── 014.bmp
│ │ │ │ │ ├── 021.bmp
│ │ │ │ │ ├── 022.bmp
│ │ │ │ │ ├── 023.bmp
│ │ │ │ │ ├── 024.bmp
│ │ │ │ │ ├── 025.bmp
│ │ │ │ │ ├── EARTH.ICO
│ │ │ │ │ ├── INFO.bmp
│ │ │ │ │ ├── LAYERS.bmp
│ │ │ │ │ ├── PAN.bmp
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── ZOOMIN.bmp
│ │ │ │ │ ├── ZOOMOUT.bmp
│ │ │ │ │ └── ZOOMTOLAYER.bmp
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── tool
│ │ │ │ │ ├── HAMMER.ICO
│ │ │ │ │ ├── MAIL12.ICO
│ │ │ │ │ ├── NETHOOD.ICO
│ │ │ │ │ ├── RULERS.ICO
│ │ │ │ │ ├── SINEWAVE.ICO
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ ├── TIMER01.ICO
│ │ │ │ │ ├── TRFFC02.ICO
│ │ │ │ │ └── TRFFC04.ICO
│ │ │ │ ├── UP1LVL.BMP
│ │ │ │ └── ZOOMTOLAYER.bmp
│ │ │ ├── 土地评价标准.accdb
│ │ │ ├── 用地类型数据库.accdb
│ │ │ └── 符号及专题图
│ │ │ ├── ArcScene Basic.ServerStyle
│ │ │ ├── ArcScene Basic.style
│ │ │ ├── Bitmaps
│ │ │ │ ├── 10.bmp
│ │ │ │ ├── 11.bmp
│ │ │ │ ├── 12.bmp
│ │ │ │ ├── 13.bmp
│ │ │ │ ├── 14.bmp
│ │ │ │ ├── 15.bmp
│ │ │ │ ├── 16.bmp
│ │ │ │ ├── 17.bmp
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── 2.bmp
│ │ │ │ ├── 3.bmp
│ │ │ │ ├── 4.bmp
│ │ │ │ ├── 5.bmp
│ │ │ │ ├── 6.bmp
│ │ │ │ ├── 7.bmp
│ │ │ │ ├── 8.bmp
│ │ │ │ ├── 9.bmp
│ │ │ │ ├── App.ico
│ │ │ │ ├── Bar.bmp
│ │ │ │ ├── Dot.bmp
│ │ │ │ ├── GraduatedColor.bmp
│ │ │ │ ├── GraduatedSymbol.bmp
│ │ │ │ ├── green.bmp
│ │ │ │ ├── Pie.bmp
│ │ │ │ ├── Stack.bmp
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── Unique.bmp
│ │ │ │ └── wateres.ico
│ │ │ └── Styles
│ │ │ ├── 3D Basic.ServerStyle
│ │ │ ├── 3D Basic.style
│ │ │ ├── 3D Billboards.ServerStyle
│ │ │ ├── 3D Billboards.style
│ │ │ ├── 3D Buildings.ServerStyle
│ │ │ ├── 3D Buildings.style
│ │ │ ├── 3D Industrial.ServerStyle
│ │ │ ├── 3D Industrial.style
│ │ │ ├── 3D Residential.ServerStyle
│ │ │ ├── 3D Residential.style
│ │ │ ├── 3D Street Furniture.ServerStyle
│ │ │ ├── 3D Street Furniture.style
│ │ │ ├── 3D Trees.ServerStyle
│ │ │ ├── 3D Trees.style
│ │ │ ├── 3D Vehicles.ServerStyle
│ │ │ ├── 3D Vehicles.style
│ │ │ ├── ArcGIS_Explorer.ServerStyle
│ │ │ ├── ArcGIS_Explorer.style
│ │ │ ├── ArcScene Basic.ServerStyle
│ │ │ ├── ArcScene Basic.style
│ │ │ ├── Business.ServerStyle
│ │ │ ├── Business.style
│ │ │ ├── CADD GIS Center SDS195.ServerStyle
│ │ │ ├── CADD GIS Center SDS195.style
│ │ │ ├── CADD GIS Center SDS 200.ServerStyle
│ │ │ ├── CADD GIS Center SDS 200.Style
│ │ │ ├── CADD GIS Center SDS 220.ServerStyle
│ │ │ ├── CADD GIS Center SDS 220.Style
│ │ │ ├── Caves.ServerStyle
│ │ │ ├── Caves.style
│ │ │ ├── Civic.ServerStyle
│ │ │ ├── Civic.style
│ │ │ ├── Conservation.ServerStyle
│ │ │ ├── Conservation.style
│ │ │ ├── Crime Analysis.ServerStyle
│ │ │ ├── Crime Analysis.style
│ │ │ ├── Dimension.ServerStyle
│ │ │ ├── Dimension.style
│ │ │ ├── Environmental.ServerStyle
│ │ │ ├── Environmental.style
│ │ │ ├── ERS Homeland Security.ServerStyle
│ │ │ ├── ERS Homeland Security.style
│ │ │ ├── ESRI-CAD.style
│ │ │ ├── ESRI_Optimized.ServerStyle
│ │ │ ├── ESRI_Optimized.Style
│ │ │ ├── ESRI.ServerStyle
│ │ │ ├── ESRI.style
│ │ │ ├── Forestry.ServerStyle
│ │ │ ├── Forestry.style
│ │ │ ├── Geology 24K.ServerStyle
│ │ │ ├── Geology 24K.style
│ │ │ ├── Hazmat.ServerStyle
│ │ │ ├── Hazmat.style
│ │ │ ├── IGL.ServerStyle
│ │ │ ├── IGL.style
│ │ │ ├── Mining.ServerStyle
│ │ │ ├── Mining.style
│ │ │ ├── MSExp258.ServerStyle
│ │ │ ├── MSExp258.style
│ │ │ ├── Ordnance Survey.ServerStyle
│ │ │ ├── Ordnance Survey.style
│ │ │ ├── Petroleum.ServerStyle
│ │ │ ├── Petroleum.style
│ │ │ ├── Petroleum UK.ServerStyle
│ │ │ ├── Petroleum UK.style
│ │ │ ├── Public Signs.ServerStyle
│ │ │ ├── Public Signs.style
│ │ │ ├── Real Estate.ServerStyle
│ │ │ ├── Real Estate.style
│ │ │ ├── Soils EURO.ServerStyle
│ │ │ ├── Soils EURO.style
│ │ │ ├── Survey.ServerStyle
│ │ │ ├── Survey.style
│ │ │ ├── Transportation.ServerStyle
│ │ │ ├── Transportation.style
│ │ │ ├── Utilities.ServerStyle
│ │ │ ├── Utilities.style
│ │ │ ├── Water Wastewater.ServerStyle
│ │ │ ├── Water Wastewater.style
│ │ │ ├── Weather.ServerStyle
│ │ │ ├── Weather.style
│ │ │ ├── Web216.ServerStyle
│ │ │ ├── Web216.style
│ │ │ ├── Win256.ServerStyle
│ │ │ └── Win256.style
│ │ ├── VmlChart.dll
│ │ ├── Yingyan.exe
│ │ ├── Yingyan.exe.config
│ │ ├── Yingyan.pdb
│ │ ├── Yingyan.vshost.exe
│ │ ├── Yingyan.vshost.exe.config
│ │ ├── Yingyan.vshost.exe.manifest
│ │ └── 单一值.png
│ ├── CalculateFields.cs
│ ├── ClassDiagram1.cd
│ ├── ComboBoxShowColorRamp.cs
│ ├── ComboBoxShowColorRamp.resx
│ ├── DataBaseManage.cs
│ ├── date.bmp.bmp
│ ├── EagleEye.csproj
│ ├── EagleEye.csproj.user
│ ├── FieldCalculate
│ │ ├── FieldCaculate.cs
│ │ ├── FieldCaculate.Designer.cs
│ │ ├── FieldCaculate.resx
│ │ ├── FieldSelectByAttribute.cs
│ │ ├── FieldSelectByAttribute.Designer.cs
│ │ └── FieldSelectByAttribute.resx
│ ├── FrmOpenAttributeTable.cs
│ ├── FrmOpenAttributeTable.Designer.cs
│ ├── FrmOpenAttributeTable.resx
│ ├── Index.cs
│ ├── LandFacts
│ │ ├── FactsSelection.cs
│ │ ├── FactsSelection.Designer.cs
│ │ ├── FactsSelection.resx
│ │ ├── FeatureSelection.cs
│ │ ├── FeatureSelection.Designer.cs
│ │ ├── FeatureSelection.resx
│ │ ├── LandClass.cs
│ │ ├── LandClass.Designer.cs
│ │ └── LandClass.resx
│ ├── MainForm.cs
│ ├── MainForm.Designer.cs
│ ├── MainForm.resx
│ ├── Numerial
│ │ ├── Classification.cs
│ │ ├── Classification.Designer.cs
│ │ ├── Classification.resx
│ │ ├── Numerialize.cs
│ │ ├── Numerialize.Designer.cs
│ │ ├── Numerialize.resx
│ │ ├── Standard.cs
│ │ ├── Standard.Designer.cs
│ │ └── Standard.resx
│ ├── obj
│ │ └── Debug
│ │ ├── EagleEye.csproj.FileListAbsolute.txt
│ │ ├── EagleEye.csproj.GenerateResource.Cache
│ │ ├── EagleEye.csproj.ResolveComReference.cache
│ │ ├── Interop.ArcGISFileHelperLib.dll
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── Yingyan.AddFieldData.resources
│ │ ├── Yingyan.Attibutes.SymbolStyleSheets.resources
│ │ ├── Yingyan.Attibutes.TextAttributes.resources
│ │ ├── Yingyan.ComboBoxShowColorRamp.resources
│ │ ├── Yingyan.csproj.FileListAbsolute.txt
│ │ ├── Yingyan.csproj.GenerateResource.Cache
│ │ ├── Yingyan.csproj.ResolveComReference.cache
│ │ ├── Yingyan.DotDensityRenderer.Attributes.resources
│ │ ├── Yingyan.exe
│ │ ├── Yingyan.FieldCalculate.FieldCaculate.resources
│ │ ├── Yingyan.FieldCalculate.FieldSelectByAttribute.resources
│ │ ├── Yingyan.FrmOpenAttributeTable.resources
│ │ ├── Yingyan.LandFacts.FactsSelection.resources
│ │ ├── Yingyan.LandFacts.FeatureSelection.resources
│ │ ├── Yingyan.LandFacts.LandClass.resources
│ │ ├── Yingyan.MainForm.resources
│ │ ├── Yingyan.Numerial.Classification.resources
│ │ ├── Yingyan.Numerial.Numerialize.resources
│ │ ├── Yingyan.Numerial.Standard.resources
│ │ ├── Yingyan.pdb
│ │ └── Yingyan.Properties.Resources.resources
│ ├── Program.cs
│ ├── Properties
│ │ ├── AssemblyInfo.cs
│ │ ├── licenses.licx
│ │ ├── Resources.Designer.cs
│ │ ├── Resources.resx
│ │ ├── Settings.Designer.cs
│ │ └── Settings.settings
│ ├── PropertyManage.cs
│ └── RGBColorCollection.cs
├── Yingyan.sln
└── Yingyan.suo
20 directories, 274 files
标签:
相关软件
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论