Previous ION Java User's Guide: ION Java Class and Method Reference Next

IONGrContour()

The IONGrContour() method constructs an IONGrContour object.

Syntax

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)

Arguments

Z

The Z values (data) to use in the contour.

sName, sZName

The name of the IDL variable to use for the Z (data) values of the surface.

X

An array holding the values for the X coordinates of the grid.

Y

An array holding the values for the Y coordinates of the grid.

sXName

The name of the IDL variable holding the values for the X coordinates of the grid.

sYName

The name of the IDL variable holding the values for the Y coordinates of the grid.

Exceptions

None.

  IDL Online Help (March 06, 2007)