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
)
Public Shared Sub RemoveCollinearVertices (
pPointList As List(Of IPoint),
Optional dXYTolerance As Double = 1E-07,
Optional dAngleTolerance As Double = 0.0174532925199433
)
public:
static void RemoveCollinearVertices(
List<IPoint^>^ pPointList,
double dXYTolerance = 1E-07,
double dAngleTolerance = 0.0174532925199433
)
static member RemoveCollinearVertices :
pPointList : List<IPoint> *
?dXYTolerance : float *
?dAngleTolerance : float
(* Defaults:
let _dXYTolerance = defaultArg dXYTolerance 1E-07
let _dAngleTolerance = defaultArg dAngleTolerance 0.0174532925199433
*)
-> unit
参数
- pPointList
- 类型: System.Collections.GenericListIPoint
- dXYTolerance (Optional)
- 类型: SystemDouble
- dAngleTolerance (Optional)
- 类型: SystemDouble
参见