类 wContour.Global.Polygon
的使用

使用 Polygon 的软件包
wContour   
wContour.Global   
 

wContourPolygon 的使用
 

返回变量类型为 Polygon 的类型的 wContour 中的方法
static java.util.List<Polygon> Contour.clipPolygons(java.util.List<Polygon> polygons, java.util.List<PointD> clipPList)
          Clip polygons with a border polygon
static java.util.List<Polygon> Contour.tracingPolygons(double[][] S0, java.util.List<PolyLine> cLineList, java.util.List<Border> borderList, double[] contour)
          Tracing polygons from contour lines and borders
 

参数类型为 PolygonwContour 中的方法
static boolean Contour.pointInPolygon(Polygon aPolygon, PointD aPoint)
          Judge if a point is in a polygon
 

类型变量类型为 PolygonwContour 中的方法参数
static java.util.List<Polygon> Contour.clipPolygons(java.util.List<Polygon> polygons, java.util.List<PointD> clipPList)
          Clip polygons with a border polygon
 

wContour.GlobalPolygon 的使用
 

参数类型为 PolygonwContour.Global 中的方法
 void Polygon.AddHole(Polygon aPolygon)