资源简介
关于arcglobe开发的一个飞行的实例,两部分,c#和VB都有,放心下载吧
代码片段和文件信息
// Copyright 2010 ESRI
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws treaties and conventions.
//
// You may freely redistribute and use this sample code with or
// without modification provided you include the original copyright
// notice and use restrictions.
//
// See the use restrictions at <your ArcGIS install location>/DeveloperKit10.0/userestrictions.txt.
//
using ESRI.ArcGIS.esriSystem;
using ESRI.ArcGIS.Analyst3D;
using ESRI.ArcGIS.GlobeCore;
using System;
using System.Windows.Forms;
using System.Security.Permissions;
using ESRI.ArcGIS;
namespace GlobeCntrlAnimation
{
public class Form1 : System.Windows.Forms.Form
{
public System.Windows.Forms.Label lblStatus;
public System.Windows.Forms.GroupBox FrmAnim;
public System.Windows.Forms.Button CmdPlay;
public System.Windows.Forms.TextBox txtDuration;
public System.Windows.Forms.TextBox TxtFrequency;
public System.Windows.Forms.RadioButton OptDuration;
public System.Windows.Forms.RadioButton OptIteration;
public System.Windows.Forms.Button CmdLoad;
public System.Windows.Forms.Label Label1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.ComponentModel.Container components = null;
private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
private ESRI.ArcGIS.Controls.AxGlobeControl axGlobeControl1;
private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
private string m_AnimFilePath;
public Form1()
{
InitializeComponent();
}
protected override void Dispose( bool disposing )
{
//Release COM objects
ESRI.ArcGIS.ADF.COMSupport.AOUninitialize.Shutdown();
if( disposing )
{
if (components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
this.lblStatus = new System.Windows.Forms.Label();
this.FrmAnim = new System.Windows.Forms.GroupBox();
this.CmdPlay = new System.Windows.Forms.Button();
this.txtDuration = new System.Windows.Forms.TextBox();
this.TxtFrequency = new System.Windows.Forms.TextBox();
this.OptDuration = new System.Windows.Forms.RadioButton();
this.OptIteration = new System.Windows.Forms.RadioButton();
this.CmdLoad = new System.Windows.Forms.Button();
this.Label1 = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
this.axTOCCont
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-12-14 21:07 GlobeControlAnimation\
目录 0 2012-12-14 21:07 GlobeControlAnimation\CSharp\
文件 24957 2010-05-14 12:01 GlobeControlAnimation\CSharp\Animation.cs
文件 18552 2008-11-17 14:39 GlobeControlAnimation\CSharp\Animation.resx
文件 2884 2010-05-14 12:01 GlobeControlAnimation\CSharp\AssemblyInfo.cs
文件 40960 2012-06-23 16:20 GlobeControlAnimation\CSharp\GlobeCntrlAnimation.exe
文件 24064 2012-06-23 16:20 GlobeControlAnimation\CSharp\GlobeCntrlAnimation.pdb
文件 14848 2012-06-26 16:37 GlobeControlAnimation\CSharp\GlobeCntrlAnimation.vshost.exe
文件 490 2007-07-21 02:33 GlobeControlAnimation\CSharp\GlobeCntrlAnimation.vshost.exe.manifest
文件 7015 2010-02-22 22:37 GlobeControlAnimation\CSharp\GlobeControlAnimation2008.csproj
文件 886 2010-02-22 12:03 GlobeControlAnimation\CSharp\GlobeControlAnimation2008.sln
文件 16896 2012-06-26 16:37 GlobeControlAnimation\CSharp\GlobeControlAnimation2008.suo
文件 8641 2010-04-16 21:47 GlobeControlAnimation\CSharp\GlobeControlAnimation2010.csproj
文件 886 2010-04-16 21:47 GlobeControlAnimation\CSharp\GlobeControlAnimation2010.sln
目录 0 2012-12-14 21:07 GlobeControlAnimation\CSharp\obj\
目录 0 2012-12-14 21:07 GlobeControlAnimation\CSharp\obj\x86\
目录 0 2012-12-14 21:07 GlobeControlAnimation\CSharp\obj\x86\Debug\
文件 40960 2012-06-23 16:20 GlobeControlAnimation\CSharp\obj\x86\Debug\GlobeCntrlAnimation.exe
文件 12722 2012-06-23 16:20 GlobeControlAnimation\CSharp\obj\x86\Debug\GlobeCntrlAnimation.Form1.resources
文件 24064 2012-06-23 16:20 GlobeControlAnimation\CSharp\obj\x86\Debug\GlobeCntrlAnimation.pdb
文件 947 2012-06-26 16:37 GlobeControlAnimation\CSharp\obj\x86\Debug\GlobeControlAnimation2008.csproj.FileListAbsolute.txt
文件 778 2012-06-23 16:20 GlobeControlAnimation\CSharp\obj\x86\Debug\GlobeControlAnimation2008.csproj.GenerateResource.Cache
文件 125067 2012-06-23 16:20 GlobeControlAnimation\CSharp\obj\x86\Debug\ResolveAssemblyReference.cache
目录 0 2012-12-14 21:07 GlobeControlAnimation\CSharp\obj\x86\Debug\TempPE\
文件 4135 2010-05-14 12:01 GlobeControlAnimation\ReadMe.htm
目录 0 2012-12-14 21:07 GlobeControlAnimation\VBNet\
文件 18578 2008-11-17 14:39 GlobeControlAnimation\VBNet\Animation.resX
文件 29242 2010-05-14 12:01 GlobeControlAnimation\VBNet\Animation.vb
文件 1358 2010-05-14 12:01 GlobeControlAnimation\VBNet\AssemblyInfo.vb
文件 886 2010-02-22 12:03 GlobeControlAnimation\VBNet\GlobeControlAnimation2008.sln
文件 7414 2010-02-22 22:43 GlobeControlAnimation\VBNet\GlobeControlAnimation2008.vbproj
............此处省略3个文件信息
评论
共有 条评论