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

IONGrSurface()

The IONGrSurface() method constructs an object of the IONGrSurface class.

Syntax

public IONGrSurface()

public IONGrSurface(int Z[][])

public IONGrSurface(float Z[][])

public IONGrSurface(double Z[][])

public IONGrSurface(int Z[][], int X[], int Y[])

public IONGrSurface(float Z[][], float X[], float Y[])

public IONGrSurface(double Z[][], double X[], double Y[])

public IONGrSurface(String sZname)

public IONGrSurface(String sZname, String sXname, String sYname)

Arguments

Z

Z (data) values for the surface

sName, sZName

Name of the IDL variable to use for the Z (data) of the surface.

X

Array holding the values for the X coordinates of grid.

Y

Array holding the values for the Y coordinates of grid.

sXName

Name of the IDL variable holding the values for X coordinates of the grid.

sYName

Name of the IDL variable holding the values for Y coordinates of the grid.

Exceptions

None.

  IDL Online Help (March 06, 2007)