在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 三维校园+AE+SceneControl

三维校园+AE+SceneControl

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:10.80M
  • 下载次数:11
  • 浏览次数:88
  • 发布时间:2021-01-29
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
1、根据高程点(excel文件)生成TIN。 2、TIN与DOM叠加构建三维场景。 3、根据TIN提取等高线。 4、模型导入
【实例截图】
【核心代码】
dd760407-ecf9-45e6-831f-1ff0e41238f5
└── 3DCampus
├── 3DCampus.csproj
├── 3DCampus.csproj.user
├── 3DCampus.sln
├── 3DCampus.suo
├── bin
│   └── Debug
│   ├── 3DCampus.exe
│   ├── 3DCampus.pdb
│   ├── 3DCampus.vshost.exe
│   ├── 3DCampus.vshost.exe.manifest
│   ├── 5.dbf
│   ├── 5.shp
│   ├── 5.shx
│   ├── Contour_.dbf
│   ├── Contour_.shp
│   ├── Contour_.shx
│   ├── schema.ini
│   ├── suke_.dbf
│   ├── suke_.shp
│   ├── suke_.shx
│   ├── xue5.mdb
│   ├── 图像 001.png
│   ├── 图像 002.png
│   ├── 图像 003.png
│   ├── 苏州科学学院_tin
│   │   ├── prj.adf
│   │   ├── tdenv9.adf
│   │   ├── tedg.adf
│   │   ├── thul.adf
│   │   ├── tmsk.adf
│   │   ├── tmsx.adf
│   │   ├── tnod.adf
│   │   ├── tnodinfo.adf
│   │   ├── tnxy.adf
│   │   └── tnz.adf
│   ├── 苏州科技学院$.dbf
│   ├── 苏州科技学院$.shp
│   ├── 苏州科技学院$.shx
│   ├── 苏州科技学院.xls
│   ├── 苏科_contour.dbf
│   ├── 苏科_contour.shp
│   ├── 苏科_contour.shx
│   └── 苏科_tin
│   ├── prj.adf
│   ├── tdenv9.adf
│   ├── tedg.adf
│   ├── thul.adf
│   ├── tmsk.adf
│   ├── tmsx.adf
│   ├── tnod.adf
│   ├── tnodinfo.adf
│   ├── tnxy.adf
│   └── tnz.adf
├── ClassDiagram1.cd
├── ColorControlView.cs
├── ColorControlView.designer.cs
├── ColorControlView.resx
├── CreateContour.cs
├── CreateContour.Designer.cs
├── CreateContour.resx
├── DensitySetFrm.cs
├── DensitySetFrm.designer.cs
├── DensitySetFrm.resx
├── Form1.cs
├── Form1.Designer.cs
├── Form1.resx
├── FrmChoseGColor.cs
├── FrmChoseGColor.designer.cs
├── FrmChoseGColor.resx
├── FrmChosePColor.cs
├── FrmChosePColor.designer.cs
├── FrmChosePColor.resx
├── FrmContourSet.cs
├── FrmContourSet.designer.cs
├── FrmContourSet.resx
├── FrmTinSet.cs
├── FrmTinSet.designer.cs
├── FrmTinSet.resx
├── helper
│   ├── Excel2Shape.cs
│   ├── FolderHelper.cs
│   ├── ShapeFile_Creator.cs
│   └── TrendAnalyst.cs
├── ImportModel.cs
├── ImportModel.Designer.cs
├── ImportModel.resx
├── obj
│   └── x86
│   └── Debug
│   ├── _3DCampus.AttributeQuery_Result.resources
│   ├── _3DCampus.ColorControlView.resources
│   ├── _3DCampus.CreateContour.resources
│   ├── 3DCampus.csproj.FileListAbsolute.txt
│   ├── _3DCampus.DensitySetFrm.resources
│   ├── 3DCampus.exe
│   ├── _3DCampus.Form1.resources
│   ├── _3DCampus.FrmChoseGColor.resources
│   ├── _3DCampus.FrmChosePColor.resources
│   ├── _3DCampus.FrmContourSet.resources
│   ├── _3DCampus.FrmTinSet.resources
│   ├── _3DCampus.GradientColorComboBox.resources
│   ├── _3DCampus.ImportModel.resources
│   ├── 3DCampus.pdb
│   ├── _3DCampus.Properties.Resources.resources
│   ├── _3DCampus.PureColorComboBox.resources
│   ├── _3DCampus.QueryByAttribute.resources
│   ├── _3DCampus.SetRasterArgument.resources
│   ├── _3DCampus.SetTinArgument.resources
│   ├── _3DCampus.TIN.CreateTIN.resources
│   ├── _3DCampus.TIN.TinProperty.resources
│   ├── DesignTimeResolveAssemblyReferences.cache
│   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   ├── GenerateResource.read.1.tlog
│   ├── GenerateResource-ResGen.read.1.tlog
│   ├── GenerateResource-ResGen.write.1.tlog
│   └── ResolveAssemblyReference.cache
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.Designer.cs
│   ├── Resources.resx
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── query
│   ├── AttributeQuery_Result.cs
│   ├── AttributeQuery_Result.designer.cs
│   ├── AttributeQuery_Result.resx
│   ├── QueryByAttribute.cs
│   ├── QueryByAttribute.designer.cs
│   └── QueryByAttribute.resx
├── resourse
│   ├── 3D2DDisplay16.png
│   ├── 3D2DDisplay32.png
│   ├── 3DAnalystInterpolatePoint16.png
│   ├── 3DAnalystInterpolatePoint32.png
│   ├── 3DFlyTo32.png
│   ├── 3DNavigationMode32.png
│   ├── 3DNavigationTool16.png
│   ├── 3DNavigationTool32.png
│   ├── AnimationClear16.png
│   ├── AnimationClear32.png
│   ├── AnimationControlsShow16.png
│   ├── AnimationControlsShow32.png
│   ├── AnimationCreateFlyByFromPath16.png
│   ├── AnimationCreateFlyByFromPath32.png
│   ├── AnimationManagerShow16.png
│   ├── AnimationManagerShow32.png
│   ├── AnimationVideo16.png
│   ├── AnimationVideo32.png
│   ├── AnimationVideoWindowShow16.png
│   ├── AnimationVideoWindowShow32.png
│   ├── ArcGIS_Setup__Vista_XP.ico
│   ├── BookmarkCreate16.png
│   ├── BookmarkCreate32.png
│   ├── BookmarksManage16.png
│   ├── BookmarksManage32.png
│   ├── bookmarks.png
│   ├── button-pause.png
│   ├── button-play.png
│   ├── button-stop.png
│   ├── CadastralJobSet16.png
│   ├── CadastralJobSet32.png
│   ├── cc.png
│   ├── connect.png
│   ├── DataAdd16.png
│   ├── DataAdd32.png
│   ├── DataAdd_B_16.png
│   ├── DataAdd_B_32.png
│   ├── Driving_Directions16.png
│   ├── Driving_Directions32.png
│   ├── EditingAddStraightSegmentTool16.png
│   ├── EditingAddStraightSegmentTool32.png
│   ├── EditingEditTool16.png
│   ├── EditingEditTool32.png
│   ├── EditingSaveEdits16.png
│   ├── EditingSaveEdits32.png
│   ├── EditingSketchTool16.png
│   ├── EditingSketchTool32.png
│   ├── EditingStartEditing16.png
│   ├── EditingStartEditing32.png
│   ├── EditingStopEditing16.png
│   ├── EditingStopEditing32.png
│   ├── Find_B_16.png
│   ├── Find_B_32.png
│   ├── Folder16.png
│   ├── Folder32.png
│   ├── FolderConnectionOpenState16.png
│   ├── FolderConnectionOpenState32.png
│   ├── folder_open.png
│   ├── GenericBluePause16.png
│   ├── GenericBluePause32.png
│   ├── GenericBlueRightArrowNoTail16.png
│   ├── GenericBlueRightArrowNoTail32.png
│   ├── GenericBlueStop16.png
│   ├── GenericBlueStop32.png
│   ├── GenericGlobeLarge16.png
│   ├── GenericGlobeLarge32.png
│   ├── GenericOpen_B_16.png
│   ├── GenericOpen_B_32.png
│   ├── GenericRefresh_B_16.png
│   ├── GenericRefresh_B_32.png
│   ├── GenericRefresh_C_32.png
│   ├── GenericSave16.png
│   ├── GenericSave32.png
│   ├── GeodatabaseHistoryViewer16.png
│   ├── GeodatabaseHistoryViewer32.png
│   ├── GeodatabaseXMLWorkspaceImport16.png
│   ├── GeodatabaseXMLWorkspaceImport32.png
│   ├── globe.png
│   ├── IdentifyTool16.png
│   ├── IdentifyTool32.png
│   ├── IdentifyWindowShow16.png
│   ├── IdentifyWindowShow32.png
│   ├── Image16.png
│   ├── Image32.png
│   ├── Import_Feature_Class32.png
│   ├── MeasureTool16.png
│   ├── MeasureTool32.png
│   ├── ModelBuilderAutoLayout16.png
│   ├── ModelBuilderAutoLayout32.png
│   ├── open2.png
│   ├── PanTool16.png
│   ├── PanTool32.png
│   ├── png-1670.png
│   ├── png-1671.png
│   ├── png-1672.png
│   ├── png-1674.png
│   ├── png-1762.png
│   ├── png-1763.png
│   ├── png-2097.png
│   ├── RasterImageAnalysisColormapToRGB16.png
│   ├── RasterImageAnalysisColormapToRGB32.png
│   ├── RasterZoomToResolution16.png
│   ├── RasterZoomToResolution32.png
│   ├── save.png
│   ├── SelectionSelectByAttributes16.png
│   ├── SelectionSelectByAttributes32.png
│   ├── SelectionSelectByLocation16.png
│   ├── SelectionSelectByLocation32.png
│   ├── tools.png
│   ├── web.png
│   ├── ZoomGeneric_B_16.png
│   ├── ZoomGeneric_B_32.png
│   ├── 图像 1.png
│   └── 图像 2.png
├── SetRasterArgument.cs
├── SetRasterArgument.designer.cs
├── SetRasterArgument.resx
└── TIN
├── CreateTIN.cs
├── CreateTIN.Designer.cs
├── CreateTIN.resx
├── GradientColorComboBox.cs
├── GradientColorComboBox.designer.cs
├── GradientColorComboBox.resx
├── PureColorComboBox.cs
├── PureColorComboBox.designer.cs
├── PureColorComboBox.resx
├── SetTinArgument.cs
├── SetTinArgument.designer.cs
├── SetTinArgument.resx
├── TinProperty.cs
├── TinProperty.Designer.cs
└── TinProperty.resx

13 directories, 252 files

标签:

实例下载地址

三维校园+AE+SceneControl

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警