ArcEngine开发各种几何错误代码

E_GEOMETRY_AMBIGUOUSPARTTYPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004024c) The operation would result in the creation of a new part, but the type of part to be created was ambiguous.

E_GEOMETRY_AUTHORITY_TOO_LONG - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004026c) The authority parameter is too long.

E_GEOMETRY_BAD_SPLIT_DISTANCE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004021c) The specified splitting distance is not included in the curve to be split.

E_GEOMETRY_BADRELATION - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040232) The Relate operator couldn't evalute the specified relation expression.

E_GEOMETRY_BEZIER_EXTEND_EMBEDDED - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040243) ExtendEmbedded not implemented for Bezier curves.

E_GEOMETRY_BUFFER_DISTANCES - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040262) There was a problem obtaining a distance at which to buffer a geometry.

E_GEOMETRY_BUFFER_INVALID_BUFFER_DISTANCE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004026b) The buffer distance must be a valid floating point number.

E_GEOMETRY_BUFFER_INVALID_END_OPTION - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004026a) The end option used by the BufferConstruction service must be one of: esriBufferFlat, esriBufferRound.

E_GEOMETRY_BUFFER_INVALID_SIDE_OPTION - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040269) The side option used by the BufferConstruction service must be one of: esriBufferLeft, esriBufferRight, esriBufferFull.

E_GEOMETRY_BUFFERCONSTRUCTION_INUSE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040266) A client has attempted to re-enter a BufferConstruction object while its ConstructBuffers...

E_GEOMETRY_BUFFERFAILURE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040267) An error occurred during the buffer operation.

E_GEOMETRY_BUFFEROUTOFBOUNDS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004023b) The buffer coordinates are out of bounds.

E_GEOMETRY_CANNOT_DO_3D_OPERATIONS_ON_CURVES - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040272) Cannot do 3D operations on curve segments.

E_GEOMETRY_CANNOT_EXTRAPOLATE_BY_SEGMENT - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004025f) No segment available to determine extrapolation ratio.

E_GEOMETRY_CANT_CUT_POLYGON - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040231) A cut operation could not classify all parts of the polygon as being left or right of the cutting polyline.

E_GEOMETRY_CANT_EVALUATE_RELATION_MATRIX - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040274) Some combinations of geometries with vertical segments cannot be evaluated with a 9DEM relational expression.

E_GEOMETRY_CANT_QUERY_ON_VERTEX_ATTRIBUTES - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040225) Not used.

E_GEOMETRY_CANT_RESHAPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004021e) Not used.

E_GEOMETRY_CONSTRUCTPOINTUNION - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040242) Can't use ConstructUnion on a point.

E_GEOMETRY_DEGENERATEGEOMETRY - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040253) The operation could not be performed because the geometry is degenerate.

E_GEOMETRY_DUPLICATESEGMENTPOINTER - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040255) The same segment has been added to the geometry more than once.

E_GEOMETRY_EDITED_REGIONS_OVERLAP - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004025d) Cannot merge the two geometries.

E_GEOMETRY_EDITS_OVERLAP - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040260) Cannot merge the two geometries.

E_GEOMETRY_EMPTYGEOMETRY - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040202) An operation on an empty geometry was attempted - for example, trying to move or rotate one.

E_GEOMETRY_EQUAL_VERTEX_ATTRIBUTES - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040223) Not used.

E_GEOMETRY_EXTERIORPART - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004024f) An interior part must be specified.

E_GEOMETRY_FILLET_FAILED - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004022f) The fillet could not be constructed according to specs.

E_GEOMETRY_ILLEGALWIN32EXPORT - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040241) Not used.

E_GEOMETRY_INCONSISTANT_DIMENSIONS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040229) Input geometries do not have same dimensions.

E_GEOMETRY_INCONSISTANT_PARAMS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040203) The input parameters could not be reasonably interpreted - for example, asking for the 2d result of a polyline/polygon intersection.

E_GEOMETRY_INCONSISTANT_SPATIAL_REFERENCE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040215) Input geometries do not have same spatial reference.输入几何要素的空间参考不一致或缺失。

E_GEOMETRY_INPUT_TYPE_INCORRECT - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004025c) The geometries must be polylines or polygons.

E_GEOMETRY_INPUT_TYPE_MISMATCH - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004025b) The geometries are not all of the same type.

E_GEOMETRY_INSUFFICIENT_CONTROLPOINTS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040256) The number of control points is insufficient.

E_GEOMETRY_INTERIORPART - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040219) Not used.

E_GEOMETRY_INTERNALERROR - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040239) An internal error has occurred in the geometry system.

E_GEOMETRY_INVALID_ANGLE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004020d) An arc construction operation was given an invalid angle.

E_GEOMETRY_INVALID_AXES - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040230) An elliptic arc construction operation was given invalid axes.

E_GEOMETRY_INVALID_CHORD - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040205) An arc construction operation was given an invalid chord distance.

E_GEOMETRY_INVALID_RADIUS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040204) An arc construction operation was given an invalid radius.

E_GEOMETRY_INVALIDCONSTRUCTION - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040246) Not used.

E_GEOMETRY_INVALIDCOUNT - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004024e) The number of items specified is too high or too low in the given context.

E_GEOMETRY_INVALIDRINGORDER - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004024d) The ordering of rings and types is invalid.

E_GEOMETRY_INVALIDRINGTYPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004024b) The given ring is not of the required type within the multipatch.

E_GEOMETRY_M_OUT_OF_BOUNDS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040271) The m coordinates of this geometry are out of bounds.

E_GEOMETRY_NO_VALID_VERTEX_ATTRIBUTES - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040226) Not used.

E_GEOMETRY_NONENVELOPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040206) Not used.

E_GEOMETRY_NONGEOMETRY - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040221) Something other than a geometry was encountered.

E_GEOMETRY_NONMULTIPATCH - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040249) Something other than a multipatch was encountered.

E_GEOMETRY_NONPART - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040207) Not used.

E_GEOMETRY_NONPATH - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004020e) Not used.

E_GEOMETRY_NONPOINT - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040210) Something other than a point was added to a multipoint.

E_GEOMETRY_NONPOLYGON - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004021f) Something other than a polygon was encountered.

E_GEOMETRY_NONPOLYLINE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040220) Something other than a polyline was encountered.

E_GEOMETRY_NONSEGMENT - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004020f) Not used.

E_GEOMETRY_NONTRIANGLEFAN - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040251) The input interface does not belong to a triangle fan object.

E_GEOMETRY_NONTRIANGLESTRIP - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040250) The input interface does not belong to a triangle strip object.

E_GEOMETRY_NONVECTOR3D - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040252) The input interface does not belong to a 3-dimensional vector.

E_GEOMETRY_NOPENDINGMOVETO - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004023f) The SegmentGraphCursor has no unfinished MoveTo operation.

E_GEOMETRY_NOT_BEZIERCURVES - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040257) The participating segments must be Bezier curves.

E_GEOMETRY_NOT_ID_AWARE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040240) The geometry is not ID-aware.

E_GEOMETRY_NOT_M_AWARE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040235) The geometry is not M-aware.

E_GEOMETRY_NOT_M_SIMPLE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040245) The geometry has undefined M values for some of its vertices.

E_GEOMETRY_NOT_SINGLEPART - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040273) The reshaping polyline must have one part.

E_GEOMETRY_NOT_Z_AWARE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040234) The geometry is not Z-aware.

E_GEOMETRY_NOT_Z_SIMPLE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040244) The geometry has undefined Z values for some of its vertices.

E_GEOMETRY_NOTSIMPLE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040218) The operation cannot be performed on a non-simple geometry.

E_GEOMETRY_NULL - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004021d) A null geometry does not correspond to any ESRI geometry type.

E_GEOMETRY_OPERATION_CANCELLED - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040263) The geometry operation was cancelled.

E_GEOMETRY_OUT_OF_BOUNDS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040238) The coordinates of this geometry are out of bounds.

E_GEOMETRY_OUTOFMEMORY - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004023c) There is not enough memory.

E_GEOMETRY_PARAMETER_TOO_SMALL - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004026e) An input parameter is too small.

E_GEOMETRY_PART_ZS_ARE_NAN - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004025e) A polygon part has no defined zs.

E_GEOMETRY_PARTNOTFOUND - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040217) The part could not be found in the geometry.

E_GEOMETRY_PROJECTDATUM - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004022e) The project method cannot do a datum transformation directly on segments.

E_GEOMETRY_RELATIONSYNTAXERROR - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004023d) The relation expression string has a syntax error.

E_GEOMETRY_ROTATEENVELOPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040208) Envelopes cannot be rotated.

E_GEOMETRY_SEGMENTGRAPH_CANTLOAD - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040236) A SegmentGraph can only organize polyline and polygon objects.

E_GEOMETRY_SEGMENTGRAPH_CONSTRUCTERROR - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040237) The geometries could not be topologically structured.

E_GEOMETRY_SIMPLIFYFAILED - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004022c) Something went wrong in Polygon/Polyline simplification.

E_GEOMETRY_SR_M_MISMATCH - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004025a) The geometry is m-aware, but its spatial reference has no m domain or resolution defined.

E_GEOMETRY_SR_Z_MISMATCH - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040259) The geometry is z-aware, but its spatial reference has no z domain or resolution defined.

E_GEOMETRY_TOLERANCE_TOO_LARGE_FOR_EXTENT - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040268) The xy cluster tolerance was too large for the extent of the data.

E_GEOMETRY_TOOMANYPOINTS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004023a) This operation produced too many points.

E_GEOMETRY_TRANSFORMATION_UNDEFINED - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040258) The transformation is undefined.

E_GEOMETRY_TRANSFORMENVELOPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040209) Envelopes cannot have arbitrary transformations applied to them.

E_GEOMETRY_UNDEFINED_SPATIAL_REFERENCE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040227) The operation requires the presence of a spatial reference.

E_GEOMETRY_UNDEFINEDRING - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004024a) The multipatch contains a ring that is invalid or has an undefined type.

E_GEOMETRY_UNDERCONSTRAINED - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004020c) The parameters to a geometric construction did not provide enough information to complete the construction.

E_GEOMETRY_UNIT_CONVERSION - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040261) Cannot convert between linear and angular units.

E_GEOMETRY_UNKNOWNERROR - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004023e) An unknown error has occurred in the geometry system.

E_GEOMETRY_UNKNOWNTYPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004020b) The GeometryEnvironment did not know how to create a geometry of the specified type.

E_GEOMETRY_WKT_TOO_LONG - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004026d) The WKT(Z) parameter is too long.

E_GEOMETRY_WRONG_RELATION_AND_TYPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040265) The specified combination of relation and geometry types is not valid.

E_GEOMETRY_WRONGTYPE - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004020a) The geometry parameter was of the wrong type for the method.

E_GEOMETRY_Z_OUT_OF_BOUNDS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x80040270) The z coordinates of this geometry are out of bounds.

E_GEOMETRY_ZM_OUT_OF_BOUNDS - Static variable in interface com.esri.arcgis.geometry.esriGeometryError

(0x8004026f) The z or m coordinates of this geometry are out of bounds.

时间: 2024-09-27 23:29:47

ArcEngine开发各种几何错误代码的相关文章

一人开发盈利几何iPhone游戏独立研发人专访

多玩网讯(编译/小熙)在韩国,大学毕业后的就职方向很是令人伤脑筋.然而赵明居(音译)的父母抛弃了惯有的传统思想,在韩国国内屈指可数的大公司S电子和情况不是太好的N游戏公司之间,鼓励孩子去N公司来实现自己的价值. 在迅速变化的环境中,很多游戏研发组的起起落落让赵明居放弃了稳定职业生涯的想法,转向新事物的开发中.在此过程中,他对于iPhone系统及软件的知识积累,一步一步的逐渐完成. 在下定决心做独立iPhone游戏研发人的4个月后,他制作的iPhone的游戏在AppStore中随处可见. 韩国KT

arcengine 开发问题 点批量移动到线上

问题描述 算法的思路是按照下面的帖子中来的:http://www.cnblogs.com/gisoracle/archive/2013/04/09/3009285.html线数据是从"主要铁路.shp"文件中读入的,从另外一个pointshapefile.shp文件读入一些目标点数据,然后想找出铁路线上离目标点最近的点.如图,读入和显示都没问题.程序如下usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentMo

arcengine开发利用arcmap自带的符号选择器出错

问题描述 和网上的教程是一样的,我运行成功过,但最近不知道怎么又不行了,就是没有符号选择的界面出来,没报什么错误,望解答 解决方案 本帖最后由 ssyy5233226 于 2015-07-23 09:37:42 编辑

C# 加 ArcEngine开发,怎样用代码实现加载多个SHP文件另存为MXD文件!

问题描述 下面这个是我写的加载SHP文件,在对话框里面可以多选SHP文件但是加载的时候只能加载一个,不知道怎么同时加载对话框中选中的多个SHP文件?另外,怎样把同时加载的点线面SHP文件,另存为MXD文件?希望有心人指导,最好有源码.谢谢!try{OpenFileDialogopenFileDialog=newOpenFileDialog();openFileDialog.Multiselect=true;//能同时选择对话框里面的多个文件openFileDialog.Title="打开地图文档

解决ArcEngine开发程序“假死”现象

  在GIS数据处理中,数据量大是一个非常伤脑筋的问题.最近,在写一个CAD注记转Shapefile文件时,又遇到这个问题.   曾经处理一次数据,达130万个点,即测试区域内的栅格转成点全部处理,程序是写好了,但速度之慢啊,关键问题是处理到一半报奇怪的错误,最后只好将数据分成6份,去实验室开了6台机子来分别处理,最后合成在一起.经历过这件事后,我就去请教老师,他们在用程序处理GIS大数据时(特别是当数据带有空间信息),怎么来解决类似的问题?他总结了两方面:一是硬件上,配置要高,对于特别大的数据

Mysql数据库错误代码中文详细说明

在mysql开发中出现错误代码各种各样,下面我来给大家收集常用见的mysql使用过程中出错代码的中文说明,希望些文章对各位朋友有所帮助了 1005:创建表失败 1006:创建数据库失败 1007:数据库已存在,创建数据库失败 1008:数据库不存在,删除数据库失败 1009:不能删除数据库文件导致删除数据库失败 1010:不能删除数据目录导致删除数据库失败 1011:删除数据库文件失败 1012:不能读取系统表中的记录 1020:记录已被其他用户修改 1021:硬盘剩余空间不足,请加大硬盘可用空

《精通ArcGIS Server 应用与开发》——第 1 章 ArcGIS 10简介1.1 ArcGIS 10体系结构1

第 1 章 ArcGIS 10简介 精通ArcGIS Server 应用与开发 美国的环境系统研究所(Environmental Systems Research Institute,Inc.,简称ESRI)创建于1969年,总部位于加州Redlands.公司最初是为企业创建与分析地理信息提供咨询工作.20世纪80年代,ESRI致力于发展和应用一套可运行于计算机环境.可用来创建地图的核心开发工具,这就是今天众所周知的地理信息系统(GIS)技术. 1981年,ESRI发布了第一套商业GIS软件--

ArcGlobe开发加载DEM数据,无法加载

问题描述 我用Arcengine开发Arcglobe,这段代码无法加载求教OpenFileDialogmOpenFileDialog=newOpenFileDialog();stringsFileName=null;//新建栅格图层IRasterLayerpRasterLayer=null;pRasterLayer=newRasterLayerClass();//取消文件过滤mOpenFileDialog.Filter="DEM(*.img)|*.img";//"文本文件(*

PostgreSQL服务器管理:本地化

本文档为PostgreSQL 9.6.0文档,本转载已得到原译者彭煜玮授权. 1. 区域支持 区域支持指的是应用遵守文化偏好的问题,包括字母表.排序.数字格式等.PostgreSQL使用服务器操作系统提供的标准 ISO C 和POSIX的区域机制.更多的信息请参考你的系统的文档. 1.1. 概述 区域支持是在使用initdb创建一个数据库集簇时自动被初始化的.默认情况下,initdb将会按照它的执行环境的区域设置初始化数据库集簇: 因此如果你的系统已经设置为你的数据库集簇想要使用的区域, 那么你