在指定的线要素沿线或面要素内创建随机点。
命名空间:
SuperMap.Data程序集: SuperMap.Data (in SuperMap.Data)
版本: dll
语法
C# |
---|
public static Point2D[] CreateRandomPoints( Geometry sourceGeometry, int randomNumber, double minDistance ) |
参数
- sourceGeometry
- Type: SuperMap.Data..::.Geometry
输入几何对象,支持线和面。
- randomNumber
- Type: System..::.Int32
生成的随机点数目。
- minDistance
- Type: System..::.Double
生成随机点之间的最小距离。