摘要: Well-known IDName2000Anguilla_1957_British_West_Indies_Grid2001Antigua_1943_British_West_Indies_Grid2002Dominica_1945_British_West_Indies_Grid2003Grenada_1953_British_West_Indies_Grid2004Montserrat_1958_British_West_Indies_Grid2005St_Kitts_1955_British_West_Indies_Grid2006St_Lucia_1955_British_West. 阅读全文
posted @ 2011-05-24 16:19 zhh 阅读(330) 评论(0) 推荐(0) 编辑
摘要: Well-known IDName2000Anguilla_1957_British_West_Indies_Grid2001Antigua_1943_British_West_Indies_Grid2002Dominica_1945_British_West_Indies_Grid2003Grenada_1953_British_West_Indies_Grid2004Montserrat_1958_British_West_Indies_Grid2005St_Kitts_1955_British_West_Indies_Grid2006St_Lucia_1955_British_West. 阅读全文
posted @ 2011-05-24 16:19 zhh 阅读(429) 评论(0) 推荐(0) 编辑
摘要: Well-known IDName4001GCS_Airy_18304002GCS_Airy_Modified4003GCS_Australian4004GCS_Bessel_18414005GCS_Bessel_Modified4006GCS_Bessel_Namibia4007GCS_Clarke_18584008GCS_Clarke_18664009GCS_Clarke_1866_Michigan4010GCS_Clarke_1880_Benoit4011GCS_Clarke_1880_IGN4012GCS_Clarke_1880_RGS4013GCS_Clarke_1880_Arc4. 阅读全文
posted @ 2011-05-24 16:17 zhh 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 在这里我打算分享一个十分轻量级的技巧实现Silverlight4中的Command。Step 1 – 实现ICommand接口第一步是新建一个类来管理Command相关的逻辑,它需要实现ICommand接口。当然,还有很多其他的方式,我在这里只介绍这种简单有效的实现。DelegatedCommand类实现了ICommand接口定义的CanExecute、Execute方法和CanExecuteChanged事件。public class DelegateCommand : ICommand { Func<object, bool> canExecute; Action<obj 阅读全文
posted @ 2011-04-30 17:53 zhh 阅读(207) 评论(0) 推荐(0) 编辑
摘要: function LoadLayer(){ var xmlLayerBaseInfo = "<PlugData>"; xmlLayerBaseInfo += "<PlugType>shape</PlugType>"; xmlLayerBaseInfo += "<LayerName>C:\\xxx.shp</LayerName>";//shape文件的地址或者图层的名称 xmlLayerBaseInfo += "<Server></Server> 阅读全文
posted @ 2011-03-15 00:42 zhh 阅读(772) 评论(1) 推荐(0) 编辑
摘要: 使用 UDDI 的 Web 服务描述和发现(第一部分) Karsten JanuszewskiMicrosoft Corporation 2001年10月3日 查看和下载本文的源代码(英文)。简介到目前为止,At Your Service 专栏已经介绍了如何建立 Web 服务的实际案例:从最初的设计文档到业务关联,直至最终的部署。下一步就是要考虑如何发布 Web 服务,以便感兴趣的客户能够轻松地发现该服务并将其应用到自己的应用中。现在已经有了实现这种要求的发现机制:通用说明、发现和集成 (UDDI),这是业界支持跨技术、跨平台的 Web 服务发现的第一步。At Your Service 的作者 阅读全文
posted @ 2011-02-25 17:13 zhh 阅读(567) 评论(0) 推荐(0) 编辑
摘要: 据预处理是遥感应用的第一步,也是非常重要的一步。目前的技术也非常成熟,大多数的商业化软件都具备这方面的功能。预处理的大致流程在各个行业中有点差异,而且注重点也各有不同。 本小节包括以下内容: l数据预处理一般流程介绍 l预处理常见名词解释 l中的数据预处理 数据预处理的过程包括几何精校正、配准、图像镶嵌与裁剪、去云及阴影处理和光谱归一化几个环节,具体流程图如图所示。图数据预处理一般流程 各个行业应用会有所不同,比如在精细农业方面,在大气校正方面要求会高点,因为它需要反演;在测绘方面,对几何校正的精度要求会很高。2、数据预处理的各个流程介绍 (一)几何精校正与影像配准 引起影像几何变形一般分为 阅读全文
posted @ 2011-02-11 15:11 zhh 阅读(1541) 评论(0) 推荐(0) 编辑
摘要: 地理信息系统(GIS-GeographicInformationSystem)是人类在生产实践活动中,为描述和处理相关地理信息而逐渐产生的软件系统。它以计算机为手段,对具有地理特征的空间数据进行处理,能以一个空间信息为主线,将其它各种与其有关的空间位置信息结合起来。它的诞生改变了传统的数值处理信息方式,使信息处理由数值领域步入空间领域。GIS的用途十分广泛,可以为各类应用目的服务,例如交通、能源、农林、水利、测绘、地矿、环境、航空、国土资源综合利用等等。 一.GIS的诞生 地理信息系统(GeographicInformationSystem,简称GIS)的创立与发展是与地理空间信息的表示、处理 阅读全文
posted @ 2011-02-10 09:20 zhh 阅读(384) 评论(0) 推荐(0) 编辑
摘要: Word.Document thisDocument = null; Word.Application thisApplication = null;//new Word.ApplicationClass(); CreateWordDocument(faxfile,ref thisDocument,ref thisApplication); string printer=thisApplication.ActivePrinter; thisApplication.ActivePrinter="I-FaxPrinter"; PrintOutDoc(thisDocument); faxpath=@ 阅读全文
posted @ 2011-01-27 22:27 zhh 阅读(1130) 评论(0) 推荐(0) 编辑
摘要: I am using iTextSharp in C# to write an application which can print pdfdocuments on a network printer while programmatically configuring theprinter.I am using the PrintDocument class in the System.Drawing.Printing namespacealong with PrinterSettings and PageSettings classesin order to configure the 阅读全文
posted @ 2011-01-27 22:06 zhh 阅读(2007) 评论(1) 推荐(0) 编辑
摘要: 这段时间一直在研究office文档转为PDF或xps格式的方法。查找了一些资料。一下是我所知道的一些方法代码支持任意office格式需要安装office 2007 还有一个office2007的插件OfficeSaveAsPDFandXPS下载地址http://www.microsoft.com/downloads/details.aspx?FamilyId=4D951911-3E7E-4AE6-B059-A2E79ED87041&displaylang=en这是一个微软官方出的office插件。安装好之后,打开VS,以VS2005为例新建windows应用程序项目添加以下com组件的引用Mi 阅读全文
posted @ 2011-01-27 22:00 zhh 阅读(767) 评论(0) 推荐(0) 编辑
摘要: Introduction Web application data access layers have evolved over time to provide increasing flexibility and maintainability in software architecture. Often, many web applications begin by manually maintaining database connections and SQL query strings. However, as architecture designs grow, more we 阅读全文
posted @ 2011-01-18 09:52 zhh 阅读(2104) 评论(0) 推荐(0) 编辑
摘要: Jordan van Gogh describes a way to manage ObjectContext lifespan and scope in the Business Logic Layer (BLL) of a small to medium sized ASP.NET web application.IntroductionSince the introduction of th... 阅读全文
posted @ 2010-11-12 11:31 zhh 阅读(934) 评论(0) 推荐(0) 编辑
摘要: 对给定的n+1个点,可以作出n阶的贝塞尔曲线。其中最前和最后这两个点在曲线上,其余n-1个中间点是控制点,主要用于控制曲线的形状,不一定在曲线上。 假如给定的n+1个点是(x0,y0),...,(xn,yn),以t作为参数,则生成的曲线上的所有点可以表示如下: n x=∑C(n,i)*t^i*(1-t)^(n-i)*xi i=0 n y=∑C(n,i)*t^i*(1-t)^... 阅读全文
posted @ 2010-09-05 22:06 zhh 阅读(629) 评论(0) 推荐(0) 编辑
摘要: 属性描述Name跟踪监听程序的名称。这是必须的。FileName滑动文本文件的名称。这是必须的。Footer包含在文件脚注中的附加信息。默认为 --------。这是可选的。Formatter与此跟踪监听程序一起使用的格式化程序。从下拉列表中选择。这是可选的。Header包含在文件头部的附加信息。默认是 --------。这是可选的。RollFileExistsBehavior此属性决定在已存在的... 阅读全文
posted @ 2010-08-17 00:16 zhh 阅读(507) 评论(0) 推荐(0) 编辑