polygon_to_point(shape) 名称说明数据类型 shape 包含形状几何的字段。 几何 示例 polygon_to_point(!Shape!) 面转多点 面转多点函数将面转换为多点,源面的每个顶点都有一个点。 当源是面且目标是多点时,会在映射工作簿中自动选择该函数。 插图
①面转线:polygon to line是把面的轮廓线转换为一个线对象;面转点:feature topoint是只把面对象的中心点转换为点要素;面折点转点:featurevertices to points把面的轮廓的所有的折点转化为点。②线转面:feature to polygon是把闭合线转换为面对象。线转点:feature topoint是把线的中心点转为点。线折点转为点...
①面转线:polygon to line是把面的轮廓线转换为一个线对象;面转点:feature topoint是只把面对象的中心点转换为点要素;面折点转点:featurevertices to points把面的轮廓的所有的折点转化为点。 ②线转面:feature to polygon是把闭合线转换为面对象。线转点:feature topoint是把线的中心点转为点。线折点转为...
点线面要素类型之间的相互转换 面转线:polygon to line是把面的轮廓线转换为一个线对象。 面转点:feature topoint是只把面对象的中心点转换为点要素。 面折点转点:featurevertices to points把面的轮廓的所有的折点转化为点。 线转面:feature to polygon是把闭合线转换为面对象。 线转点:feature topoint是把...
线转面:feature to polygon是把闭合线转换为面对象。 线转点:feature topoint是把线的中心点转为点。 线折点转为点:featurevertices to points是把线的所有折点转为点。 点转线:point to line是把有序列的点集合转为线(注:测试不理想,会把所有的线最后点连上)。
① 面转线:polygon to line是把面的轮廓线转换为一个线对象;面转点:feature topoint是只把面对象的中心点转换为点要素;面折点转点:featurevertices to points把面的轮廓的所有的折点转化为点。 ② 线转面:feature to polygon是把闭合线转换为面对象。线转点:feature topoint是把线的中心点转为点。线折点转...
Polygon 创建Polygon对象的语法和Polyline类似,但有意义的面要素至少需要三个Point对象。 2.读取几何对象属性 我们已经理解了几何对象,现在可以通过搜索游标来访问要素类的几何对象。再此之前我们要先了解几何令牌: 几何令牌可以作为快捷方式来替代访问完整几何对象。附加几何令牌可用于访问特定几何信息。访问完整几何往往更加...
Polygon (inputs, {spatial_reference}, {has_z}, {has_m}) 参数说明数据类型 inputs 用于创建对象的坐标。数据类型可以是Point或Array对象。 Object spatial_reference 新几何的空间参考。 (默认值为 None) SpatialReference has_z Z 状态:如果启用 Z,则为几何的True,如果未启用,则为False。
(based on ARCGIS Desktop 9.3) The 2009-05-17 11:08 Hi, I'm the GIS ideal and how do we get the center point coordinates for polygon in ARCGIS In fact, the problem is very long ago and I didn't have time to summarize the group The wrong place also ask everyone to criticize to ...
Output = pPoint.X To add the x coordinate of polygon centroids: Dim Output As Double Dim pArea As IArea Set pArea = [Shape] Output = pArea.Centroid.X 4. Type the variable Output into the second text box. Do not enclose it in quotes or brackets. ...