一、Geometry常用对象
?二、主要类
1、PolylineReadOnlyPartCollection:Polyline?和?Polygon?使用的?ReadOnlySegmentCollection?部件的只读集合,属性成员:?
名字 | 描述 |
Count | 获取?ICollection?中包含的元素数。 |
TIEM | 获取位于指定索引处的元素。 |
SpatialReference | 获取或设置用于此只读部件集合的?SpatialReference |
? ? ? ? ? ? ? ?方法:?GetEnumerator?? ?返回循环访问集合的枚举器。
2、ReadOnlyPointCollection ?返回Geometry所有点(拐点或顶点)的MapPoints 的只读集合,属性成员:
名字 | 描述 |
Count | 获取?ICollection?中包含的元素数。 |
TIEM | 获取位于指定索引处的元素。 |
SpatialReference | 获取或设置用于此只读部件集合的?SpatialReference |
?方法:?
名字 | 描述 |
Copy2DCoordinatesToList | 重载。 |
Copy3DCoordinatesToList | 重载。 |
CopyPointsToList | 将此列表中的 MapPoint 复制到给定的 MapPoint 列表中。 |
GetEnumerator | 返回循环访问集合的枚举器。 |
三、ReadOnlySegmentCollection :Segment 类的只读集合。,属性成员:
名字 | 描述 |
Count | 获取?ICollection?中包含的元素数。 |
TIEM | 获取位于指定索引处的元素。 |
SpatialReference | 获取或设置用于此只读部件集合的?SpatialReference |
? ? ? ?方法:GetEnumerator?? ?返回循环访问集合的枚举器