|
ION Java User's Guide: ION Java Class and Method Reference |
|
The IONGrContour() method constructs an IONGrContour object.
IONGrContour()
IONGrContour(int Z[][])
IONGrContour(float Z[][])
IONGrContour(double Z[][])
IONGrContour(int Z[])
IONGrContour(float Z[])
IONGrContour(double Z[])
IONGrContour(String sName)
IONGrContour(int Z[], int X[], int Y[] )
IONGrContour(int Z[][], int X[], int Y[] )
IONGrContour(float Z[], float X[], float Y[] )
IONGrContour(float Z[][], float X[], float Y[] )
IONGrContour(double Z[], double X[], double Y[] )
IONGrContour(double Z[][], double X[], double Y[] )
IONGrContour(String sZName, String sXName, String sYName)
The Z values (data) to use in the contour.
The name of the IDL variable to use for the Z (data) values of the surface.
An array holding the values for the X coordinates of the grid.
An array holding the values for the Y coordinates of the grid.
The name of the IDL variable holding the values for the X coordinates of the grid.
The name of the IDL variable holding the values for the Y coordinates of the grid.
None.
IDL Online Help (March 06, 2007)