What base data types can AimAdt handle?
AimAdt can handle arrays of the following base data types when called by either a Java or C/C++ program that is interfacing with it. In C/C++, the arrays must be one contiguous block of memory. In Java, the array can be either a one dimensional array of primitive data, a two dimensional array of arrays (an array of objects, where each object is a one dimensional array of primitive type), or a Raster object.