类的使用
wcontour.global.Polygon
-
使用Polygon的程序包 程序包 说明 wcontour wcontour.global -
-
wcontour中Polygon的使用
返回变量类型为Polygon的类型的wcontour中的方法 修饰符和类型 方法 说明 static List<Polygon>Contour. clipPolygons(List<Polygon> polygons, List<PointD> clipPList)Clip polygons with a border polygonstatic List<Polygon>Contour. createCutContourPolygons(List<PolyLine> LineList, List<PointD> polyList, Extent aBound, double[] contour)Create polygons from cutted contour linesstatic List<Polygon>Contour. tracingPolygons(double[][] S0, List<PolyLine> cLineList, List<Border> borderList, double[] contour)Tracing polygons from contour lines and borders参数类型为Polygon的wcontour中的方法 修饰符和类型 方法 说明 static booleanContour. pointInPolygon(Polygon aPolygon, PointD aPoint)Judge if a point is in a polygon类型变量类型为Polygon的wcontour中的方法参数 修饰符和类型 方法 说明 static List<Polygon>Contour. clipPolygons(List<Polygon> polygons, List<PointD> clipPList)Clip polygons with a border polygon -
wcontour.global中Polygon的使用
参数类型为Polygon的wcontour.global中的方法 修饰符和类型 方法 说明 voidPolygon. AddHole(Polygon aPolygon)Add a pohygon hole
-