类 wContour.Global.PointD
的使用

使用 PointD 的软件包
wContour   
wContour.Global   
 

wContourPointD 的使用
 

返回变量类型为 PointD 的类型的 wContour 中的方法
static java.util.List<PointD> Contour.smoothPoints(java.util.List<PointD> pointList)
          Smooth points
 

参数类型为 PointDwContour 中的方法
static boolean Contour.pointInPolygon(java.util.List<PointD> poly, PointD aPoint)
          Judge if a point is in a polygon
static boolean Contour.pointInPolygon(Polygon aPolygon, PointD aPoint)
          Judge if a point is in a polygon
 

类型变量类型为 PointDwContour 中的方法参数
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<PolyLine> Contour.clipPolylines(java.util.List<PolyLine> polylines, java.util.List<PointD> clipPList)
          Clip polylines with a border polygon
static boolean Contour.isClockwise(java.util.List<PointD> pointList)
          Determine if the point list is clockwise
static boolean Contour.pointInPolygon(java.util.List<PointD> poly, PointD aPoint)
          Judge if a point is in a polygon
static java.util.List<PointD> Contour.smoothPoints(java.util.List<PointD> pointList)
          Smooth points
 

wContour.GlobalPointD 的使用
 

声明为 PointDwContour.Global 中的字段
 PointD Line.P1
           
 PointD Line.P2
           
 PointD BorderPoint.Point
           
 PointD EndPoint.Point
           
 PointD EndPoint.sPoint
           
 PointD LegendPara.startPoint
           
 

类型参数类型为 PointDwContour.Global 中的字段
 java.util.List<PointD> BorderLine.pointList
           
 java.util.List<PointD> LPolygon.pointList
           
 java.util.List<PointD> PolyLine.PointList
           
 

类型变量类型为 PointDwContour.Global 中的方法参数
 void Polygon.AddHole(java.util.List<PointD> pList)