程序包 | 说明 |
---|---|
wcontour | |
wcontour.global |
限定符和类型 | 方法 | 说明 |
---|---|---|
static List<Polygon> |
Contour.clipPolygons(List<Polygon> polygons,
List<PointD> clipPList) |
Clip polygons with a border polygon
|
static List<Polygon> |
Contour.createCutContourPolygons(List<PolyLine> LineList,
List<PointD> polyList,
Extent aBound,
double[] contour) |
Create polygons from cutted contour lines
|
static List<Polygon> |
Contour.tracingPolygons(double[][] S0,
List<PolyLine> cLineList,
List<Border> borderList,
double[] contour) |
Tracing polygons from contour lines and borders
|
限定符和类型 | 方法 | 说明 |
---|---|---|
static boolean |
Contour.pointInPolygon(Polygon aPolygon,
PointD aPoint) |
Judge if a point is in a polygon
|
限定符和类型 | 方法 | 说明 |
---|---|---|
static List<Polygon> |
Contour.clipPolygons(List<Polygon> polygons,
List<PointD> clipPList) |
Clip polygons with a border polygon
|
限定符和类型 | 方法 | 说明 |
---|---|---|
void |
Polygon.AddHole(Polygon aPolygon) |
Add a pohygon hole
|
Copyright © 2019. All rights reserved.