arcgis arcengine Using environment settings】的更多相关文章

In this topic About using environment settings Environment settings summary table About using environment settings Each tool has a set of parameters it uses to execute an operation. Some of these parameters are common among all tools, such as a toler…
ArcGIS系列软件license及安装: Arcgis SDE10.1 和 Arcgis server10.1的授权文件license tnt_esri.dat Arcgis8.1安装license arcgis desktop 10.1 license manager无法启动问题解决 解决ArcGIS安装之后出现的Windows installer configures问题 Arcgis 10.1安装 Arcgis10安装说明 ARCGIS9.3安装说明 Arcgis(ArcMap)使用:…
转自原文c# 调用ArcEngine的GP工具,AE调用GP工具 IAoInitialize m_AoInitialize = new AoInitializeClass(); esriLicenseStatuslicenseStatus = esriLicenseStatus.esriLicenseUnavailable; licenseStatus = m_AoInitialize.Initialize(esriLicenseProductCode.esriLicenseProductCod…
摘要 使用经常使用測量比例叠加多个栅格数据,并依据各栅格数据的重要性分配权重. 插图 插图中,两个输入栅格已又一次分类为 1 至 3 三种公共測量级别.为每一个栅格均分配了一个影响百分比.这些像元值与其影响百分比相乘,两者所得结果相加创建输出栅格.以左上角像元为例. 这两个输入的值变为 (2 * 0.75) = 1.5 与 (3 * 0.25) = 0.75.1.5 和 0.75 的和为2.25. 由于加权叠加获得的输出栅格为整数,所以终于值取整为 2. 使用方法 · 全部输入栅格数据必须为整型…
摘要 创建由输入样本数据和一组栅格波段定义的类的 ASCII 特征文件. 使用方法 · 输出特征文件应使用扩展名 .gsg. · 输入栅格波段和输入栅格或要素样本数据必须具有重叠范围.将仅为公共区域计算统计值. · 样本数据中的最小有效类样本数为两个.不存在最大类样本数. · 假设特征文件将用于使用协方差矩阵的其它多元分析工具(如最大似然法分类和类别概率),则必须存在协方差矩阵.启用对话框中的计算协方差矩阵选项或在脚本中指定 COVARIANCE 选项时会生成此信息. 注意这是默认设置. · 除…
using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using ESRI.ArcGIS.Geodatabase; using ESRI.ArcGIS.Geometry; using ESRI.ArcGIS.Geoprocessing; using ESRI.ArcGIS.esriSystem; using ESRI.ArcGIS.DataS…
How to work with the snap environment SummaryThe snap environment manages snap agents and snap tolerance and is responsible for attempting to snap vertices and points using the snap environment settings. This topic includes code examples and methods…
摘要 来自:http://help.arcgis.com/zh-cn/arcgisdesktop/10.0/help/index.html#/na/0017000000q5000000/ 对地图文档以及所有引用的数据源进行打包可创建经过压缩的单个 .mpk 文件. 插图 含三个要素图层的解包地图包的文件夹结构. 用法 当使用此工具遇到不支持的图层类型(逻辑示意图或工具图层)时将会发出警告.不支持的图层将不会被写入到输出. 输入图层必须具有相应描述此工具才能执行.要添加描述,请右键单击该图层并单击…
摘要 通过合并.又一次编号和删除类特征来编辑和更新特征文件. 使用方法 · 编辑特征工具同意您通过下面全部操作或某一操作来改动现有特征文件: 合并一组特征类 又一次编号特征类 ID 删除不须要的特征 · 输入特征文件必须是 ASCII 特征文件.该文件能够是不论什么用于生成包括所需统计信息的文件的"多元分析"工具(如 Iso聚类和创建特征)的输出. 该文件必须至少包括两个类.可通过 .gsg 扩展名来识别此类文件. · 输入特征重映射文件是 ASCII 文件,其每一行有两列值与之相应,…
# -*- coding:utf-8 -*- # Name: ExtractByMask_Ex_02.py # Description: Extracts the cells of a raster that correspond with the areas # defined by a mask. # Requirements: Spatial Analyst Extension # Author: ESRI # Import system modules import arcpy impo…