程序包 | 说明 |
---|---|
wcontour |
限定符和类型 | 方法 | 说明 |
---|---|---|
static List<Border> |
Contour.tracingBorders(double[][] S0,
double[] X,
double[] Y,
int[][] S1,
double undefData) |
Tracing contour borders of the grid data with undefined data.
|
限定符和类型 | 方法 | 说明 |
---|---|---|
static List<PolyLine> |
Contour.cutContourLines(List<PolyLine> alinelist,
Border aBorder) |
Cut contour lines with a polygon.
|
限定符和类型 | 方法 | 说明 |
---|---|---|
static List<PolyLine> |
Contour.tracingContourLines(double[][] S0,
double[] X,
double[] Y,
int nc,
double[] contour,
double undefData,
List<Border> borders,
int[][] S1) |
Tracing contour lines from the grid data with undefine data
|
Copyright © 2019. All rights reserved.