资源简介
World Wind 1.4源代码 World_Wind_1.4.0_Source.zip
代码片段和文件信息
//
// Altova.cs
//
// This file was generated by xmlSpy 2005 Enterprise Edition.
//
// YOU SHOULD NOT MODIFY THIS FILE BECAUSE IT WILL BE
// OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
//
// Refer to the xmlSpy Documentation for further details.
// http://www.altova.com/xmlspy
//
using System;
namespace Altova
{
///
/// base class for all exceptions thrown by functions of the Altova-library..
///
public class AltovaException : Exception
{
protected Exception innerException;
protected string message;
public AltovaException(string text) : base(text)
{
innerException = null;
message = text;
}
public AltovaException(Exception other) : base(““ other)
{
innerException = other;
message = other.Message;
}
public string GetMessage()
{
return message;
}
public Exception GetInnerException()
{
return innerException;
}
}
///
/// Interface to print TRACE and result output generated by the application.
///
public interface TraceTarget
{
void WriteTrace(string info);
}
///
/// Abstract class to be derived by the application for printing TRACE- and result-output generated by the application.
///
public abstract class TraceProvider
{
protected TraceTarget traceTarget = null;
protected void WriteTrace(string info)
{
if (traceTarget != null)
traceTarget.WriteTrace(info);
}
public void RegisterTraceTarget(TraceTarget newTraceTarget)
{
traceTarget = newTraceTarget;
}
public void UnregisterTraceTarget()
{
traceTarget = null;
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2007-02-13 23:24 World_Wind_1.4.0_Source\
目录 0 2007-02-13 23:43 World_Wind_1.4.0_Source\Altova\
文件 1697 2007-02-02 01:47 World_Wind_1.4.0_Source\Altova\Altova.cs
文件 4684 2007-02-03 03:34 World_Wind_1.4.0_Source\Altova\Altova.csproj
文件 2426 2007-02-02 01:47 World_Wind_1.4.0_Source\Altova\AssemblyInfo.cs
文件 2645 2007-02-02 01:47 World_Wind_1.4.0_Source\Altova\SchemaExceptions.cs
文件 2977 2007-02-02 01:47 World_Wind_1.4.0_Source\Altova\SchemaTypeFactory.cs
文件 61006 2007-02-02 01:47 World_Wind_1.4.0_Source\Altova\SchemaTypes.cs
目录 0 2007-02-13 23:43 World_Wind_1.4.0_Source\Altovaxm
文件 4829 2007-02-03 03:34 World_Wind_1.4.0_Source\Altovaxm
文件 2426 2007-02-02 01:48 World_Wind_1.4.0_Source\Altovaxm
文件 4090 2007-02-02 01:48 World_Wind_1.4.0_Source\Altovaxm
文件 10995 2007-02-02 01:48 World_Wind_1.4.0_Source\Altovaxm
目录 0 2007-02-13 23:33 World_Wind_1.4.0_Source\bin\
目录 0 2007-02-13 23:36 World_Wind_1.4.0_Source\bin\Debug\
目录 0 2007-02-13 23:25 World_Wind_1.4.0_Source\bin\Debug\Add-ons\
目录 0 2007-02-13 23:37 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Earth\
目录 0 2007-02-13 23:37 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\
目录 0 2007-02-13 23:37 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\
目录 0 2007-02-13 23:37 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\
目录 0 2007-02-13 23:37 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\
目录 0 2007-02-13 23:38 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Catenae\
文件 34 2007-02-02 01:49 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Catenae\0000_0000.wpl
文件 212 2007-02-02 01:49 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Catenae\0000_0000.wwp
目录 0 2007-02-13 23:38 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Craters\
文件 34 2007-02-02 01:49 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Craters\0000_0000.wpl
文件 2600 2007-02-02 01:49 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Craters\0000_0000.wwp
目录 0 2007-02-13 23:38 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Faculae\
文件 34 2007-02-02 01:49 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Faculae\0000_0000.wpl
文件 27 2007-02-02 01:49 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Faculae\0000_0000.wwp
目录 0 2007-02-13 23:38 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Large_Ringed_Features\
............此处省略1479个文件信息
- 上一篇:eCognition易康中文官方帮助文档
- 下一篇:现代数字信号处理课件+答案+习题
相关资源
- tensorflow实战+实战Google深度学习框架
- 高速公路交通流三维仿真平台技术研
- 全能电子地图器3.0(已破)
- 电能量在线监测系统(源代码)
- 计算机图形学习题答案源代码.rar
- ArcGis10图标全套
- QGIS 2 Cookbook.pdf
- SSH图书管理系统源代码家各种开发文
- cgal学习手册
- XCP_Demo_源代码
- Thinking About GIS (第五版)
- 交换机源代码
- ArcGIS插件;加载高德、OSM和谷歌等地
- 《基于Altera FPGA CPLD 的电子系统设计及
- ecos 3.0 源代码
- 剑网3服务器源代码全
- cas客户端war包和project源代码
- AHRS测试软件源代码
- 百度手环开源项目全套资料(设计文
- 数学建模算法与程序-司守奎pdf+源代码
- 北大青鸟游戏点卡在线销售系统文档
- 一个操作系统的实现 全部源代码
- _源代码.rar
- Linux网络编程 宋敬彬 孙海滨 PDF书 P
- xtools pro 8.1
- Arigis实验教程包括教程数据
- 中国基础地理数据ArcGIS完美加载
- 全国省级、地级市、县级行政区划s
- 开源项目PLC通信工具 HslCommunication 测
- ArcGIS Desktop 9.3 安装与注册
评论
共有 条评论