点击或拖拽改变大小

PathRemoveCollinearVertices 方法 (ListIPoint, Double, Double)

移除共线顶点

命名空间:  GISShare.SMap.Geometry
程序集:  GISShare.SMap (在 GISShare.SMap.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public static void RemoveCollinearVertices(
	List<IPoint> pPointList,
	double dXYTolerance = 1E-07,
	double dAngleTolerance = 0.0174532925199433
)

参数

pPointList
类型: System.Collections.GenericListIPoint
dXYTolerance (Optional)
类型: SystemDouble
dAngleTolerance (Optional)
类型: SystemDouble
参见