程序包 | 说明 |
---|---|
wcontour | |
wcontour.global |
限定符和类型 | 方法 | 说明 |
---|---|---|
static List<PointD> |
Contour.smoothPoints(List<PointD> pointList) |
Smooth points
|
限定符和类型 | 方法 | 说明 |
---|---|---|
static boolean |
Contour.pointInPolygon(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
|
限定符和类型 | 方法 | 说明 |
---|---|---|
static boolean |
Contour.isClockwise(List<PointD> pointList) |
Determine if the point list is clockwise
|
static boolean |
Contour.pointInPolygon(List<PointD> poly,
PointD aPoint) |
Judge if a point is in a polygon
|
static List<PointD> |
Contour.smoothPoints(List<PointD> pointList) |
Smooth points
|
限定符和类型 | 字段 | 说明 |
---|---|---|
PointD |
Line.P1 |
|
PointD |
Line.P2 |
|
PointD |
BorderPoint.Point |
|
PointD |
EndPoint.Point |
|
PointD |
EndPoint.sPoint |
|
PointD |
LegendPara.startPoint |
限定符和类型 | 字段 | 说明 |
---|---|---|
List<PointD> |
BorderLine.pointList |
|
List<PointD> |
LPolygon.pointList |
|
List<PointD> |
PolyLine.PointList |
限定符和类型 | 方法 | 说明 |
---|---|---|
void |
Polygon.AddHole(List<PointD> pList) |
Add a hole by point list
|
Copyright © 2019. All rights reserved.