Due to the current gap in continued funding from the U.S. National Science Foundation (NSF), the NSF Unidata Program Center has temporarily paused most operations. See NSF Unidata Pause in Most Operations for details.
On Tue, 11 Feb 2003, Bill Hibbard wrote: > . . . > If this causes a problem, you could replicate the Field > with a different MathType ((x2, y2) -> z), and use > ScalarMaps x -> IsoContour and y2 -> IsoContour. > . . . One easy way to do this is with the changeMathType() method of Data (and inherited by Field). You also do it with virtually no extra memory use by constructing a second Field with the second MathType and the same domain Set, and calling setSamples() for both Fields with the same float[][] array and copy = false.
visad
archives: