类 wContour.Global.Border
的使用

使用 Border 的软件包
wContour   
 

wContourBorder 的使用
 

返回变量类型为 Border 的类型的 wContour 中的方法
static java.util.List<Border> Contour.tracingBorders(double[][] S0, double[] X, double[] Y, int[][] S1, double undefData)
          Tracing contour borders of the grid data with undefined data.
 

类型变量类型为 BorderwContour 中的方法参数
static java.util.List<PolyLine> Contour.tracingContourLines(double[][] S0, double[] X, double[] Y, int nc, double[] contour, double undefData, java.util.List<Border> borders, int[][] S1)
          Tracing contour lines from the grid data with undefine data
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