|
ION Java User's Guide: ION Java Class and Method Reference |
|
The IONGrSurface() method constructs an object of the IONGrSurface class.
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)
Z (data) values for the surface
Name of the IDL variable to use for the Z (data) of the surface.
Array holding the values for the X coordinates of grid.
Array holding the values for the Y coordinates of grid.
Name of the IDL variable holding the values for X coordinates of the grid.
Name of the IDL variable holding the values for Y coordinates of the grid.
None.
IDL Online Help (March 06, 2007)