|
ION Java User's Guide: ION Java Class and Method Reference |
|
The setImage() method defines the image that will be projected. It can either be in the form of a two dimensional array or the name of the IDL variable.
public void setImage(byte image[][])
public void setImage(int image[][])
public void setImage(float image[][])
public void setImage(double image[][])
public void setImage(String image)
A two-dimensional array containing the image to be overlaid on the map, or a variable containing an array.
None.
IDL Online Help (March 06, 2007)