Interface IGeometryCollection
IGeometryCollection interface
一个IGeometryCollection
是一个IGeometry
这是一个或多个几何图形的集合。
public interface IGeometryCollection : IEnumerable<IGeometry>, IEquatable<IGeometryCollection>,
IGeometry
特性
姓名 | 描述 |
---|---|
Count { get; } | 获取此集合中的几何数。 |
Item { get; } | 得到一个IGeometry 在指定的索引处. |
方法
姓名 | 描述 |
---|---|
GetPointOnSurface() | 找到保证位于该集合中的一个表面上的点。 |
ReplacePolygonsByLines() | 获取表示为该几何体的线的多边形。 |
ToEditable() | 获取此几何体的可编辑副本。 |
ToLinearGeometry() | 使用默认值获取此几何的近似或等效非曲线版本宽容 . |
ToLinearGeometry(double) | 使用指定的几何图形获取近似或等效的非曲线版本宽容 . |
也可以看看
- interface IGeometry
- 命名空间 Aspose.Gis.Geometries
- 部件 Aspose.GIS