public class Contour
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Contour.ContourPlot |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PLANE_X |
static java.lang.String |
PLANE_Y |
Constructor and Description |
---|
Contour() |
Modifier and Type | Method and Description |
---|---|
static VectorDataSet |
contour(TableDataSet tds,
Datum level) |
static VectorDataSet |
contour(TableDataSet tds,
DatumVector levels)
returns a rank 1 dataset, a vector dataset, listing the points
of the contour paths.
|
public static final java.lang.String PLANE_X
public static final java.lang.String PLANE_Y
public static VectorDataSet contour(TableDataSet tds, DatumVector levels)
public static VectorDataSet contour(TableDataSet tds, Datum level)