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

setImage()

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.

Syntax

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)

Arguments

image

A two-dimensional array containing the image to be overlaid on the map, or a variable containing an array.

Exceptions

None.

  IDL Online Help (March 06, 2007)