资源简介
C#版GIS软件源码,出自高人之手,对于c#和GIS学习者来说有莫大的帮助,同时也感谢该软件的作者共享源码。
代码片段和文件信息
//
// 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 2008-09-20 23:13 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 2008-09-20 23:13 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 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\
目录 0 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\Debug\
目录 0 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\Debug\Add-ons\
目录 0 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Earth\
目录 0 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\
目录 0 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\
目录 0 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\
目录 0 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\
目录 0 2008-09-20 23:13 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 2008-09-20 23:13 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 2008-09-20 23:13 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 2008-09-20 23:13 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Large_Ringed_Features\
文件 34 2007-02-02 01:49 World_Wind_1.4.0_Source\bin\Debug\Add-ons\Jupiter\Data\Callisto\Placenames\Large_Ringed_Features\0000_0000.wpl
............此处省略1480个文件信息
- 上一篇:广工c#网络应用编程-实验报告
- 下一篇:一个简单的ASP.NET动态网站
相关资源
- 广工c#网络应用编程-实验报告
- C# 高仿控件,几十个
- ASP.net通用权限框架
- C#大型OA办公系统
- C#个人通讯录管理系统
- 小波阈值降噪算法(C#)
- Visual C#.NET数据库开发经典案例解析(
- c#实现科大讯飞语音听写功能
- STM32接收C#上位机命令控制电机,和根
- c#单机版斗地主,基本功能已实现,有
- 简单词法分析器C#含代码
- C#图片颜色比例分布
- C#与.NET3.5高级程序设计(第4版) 中文
- C# Windows Forms程序设计pdf中文+源码
- C#MyQQ项目(三层架构完整版)
- c#数据库系统开发案例精选--随书光
- C#学籍管理系统(内含数据库)
- C#+SQL电影票销售系统
- C# 源代码员工考勤管理系统
- c# 录屏软件
- C#语言程序设计(第二版!)全部资源
- 学生学籍管理系统(C#+Access)
- c#操作摄像头(带着usb摄像头、mjpeg
- 管理系统c#+sql完整项目版
- Visual C#.NET数据库开发经典案例解析(
- C#与halcon窗体控件交互
- C#课程设计案例精编
- C#通讯录实现
- C#二次开发之海康威视摄像机登录、预
- Asp.net mvc编写的人员管理系统(入门级
评论
共有 条评论