摘要: 来源 目录 部署扩展 概述 .soe文件,是一个扩展名为 .soe 的 zip 压缩的文件,是用于部署 SOE/SOI 时的全部所需要。在部署时,不需要额外提供其他资源。它包含了 SOE 或 SOI 所需的程序集、资源文件和配置文件等。当部署完成以后,它会被解压缩到 ArcServer 帐户目录下, 阅读全文
posted @ 2022-04-02 14:18 误会馋 阅读(106) 评论(0) 推荐(0)
摘要: ArcGIS 切片的三种存储形式 来源 松散型 也就是我们常见的文件式的切片管理方式,将 Arcgis Server 切出来的切片图片按照行列号的规范,存储在相应的文件夹中。 早期紧凑型 将切好的切片转化成.bundle和.bundlex的两种文件格式存储。 其中bundle文件用以存储切片数据,b 阅读全文
posted @ 2022-03-30 19:13 误会馋 阅读(1868) 评论(0) 推荐(1)
摘要: 来源 目录 简单日志 // Copyright 2015 ESRI // // All rights reserved under the copyright laws of the United States // and applicable international laws, treati 阅读全文
posted @ 2022-03-21 18:36 误会馋 阅读(48) 评论(0) 推荐(0)
摘要: 来源 目录 服务器操作访问 概述 // Copyright 2015 ESRI // // All rights reserved under the copyright laws of the United States // and applicable international laws, 阅读全文
posted @ 2022-03-21 18:34 误会馋 阅读(69) 评论(0) 推荐(0)
摘要: 来源 目录 图层访问 概述 // Copyright 2015 ESRI // // All rights reserved under the copyright laws of the United States // and applicable international laws, tre 阅读全文
posted @ 2022-03-21 18:31 误会馋 阅读(53) 评论(0) 推荐(0)
摘要: 来源 目录 添加水印 // Copyright 2015 ESRI // // All rights reserved under the copyright laws of the United States // and applicable international laws, treati 阅读全文
posted @ 2022-03-21 18:29 误会馋 阅读(82) 评论(0) 推荐(0)
摘要: 扩展 ArcServer 一、关于扩展服务 二、开发 SOE 1. 如何将 .NET SOE 迁移到最新版本 2. 开发 SOE 的概述 3. 开发 SOAP SOE 4. 开发 REST SOE (1) 什么是 REST SOE? (2) 构建 REST SOE 的策略 三、开发 SOI 1. 开 阅读全文
posted @ 2022-03-21 18:26 误会馋 阅读(44) 评论(0) 推荐(0)
摘要: 来源 目录 开发SOI SOI 特性 [ComVisible(true)] [Guid("b3494a31-9aff-405d-bc25-548c01550f2f")] [ClassInterface(ClassInterfaceType.None)] [ServerObjectIntercepto 阅读全文
posted @ 2022-03-21 15:19 误会馋 阅读(134) 评论(0) 推荐(0)
摘要: 来源 目录 如何连接 ArcObjects .NET 事件 概述 事件是 Windows 应用程序接收通知的方式。 在 Windows 应用程序中,许多事件发生在特定的时刻——例如,鼠标移动、鼠标移出和鼠标单击。 在 .NET 中,通过委托来挂钩事件,而委托是函数指针(即保存对函数的引用)【在事件触 阅读全文
posted @ 2022-03-15 15:15 误会馋 阅读(99) 评论(0) 推荐(0)
摘要: 来源 目录 编写多线程 ArcObjects 代码 概述 多线程允许应用程序在单个进程中一次执行多个任务。 本主题详细介绍了多线程在 ArcObjects .NET SDK 环境中的含义,以及将线程正确集成到 ArcObjects 应用程序中所必须遵循的规则。 本主题不教授多线程概念。 相反,它为涉 阅读全文
posted @ 2022-03-14 13:41 误会馋 阅读(292) 评论(0) 推荐(0)