GeometryOperations.CreateMidpoints

GeometryOperations.CreateMidpoints method

通过在每段中间添加新点来创建中点。

public static IGeometry CreateMidpoints(IGeometry geometry)
参数类型描述
几何体IGeometry用于处理的几何。

返回值

处理后的几何。

另见