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, 6 Aug 2002, Brobbey,Isaac wrote: > can any body tell me a little about adding more than one data reference > to a display ? how do i connect two data references to one display ? > > DataReferenceImpl ref = new DataReferenceImpl("ref"); > DataReferenceImpl refx = new DataReferenceImpl("refx"); > final PickManipulationRendererJ3D pmr3d = new > PickManipulationRendererJ3D(); > ref.setData(field); > refx.setData(fieldx); > display.addReferences(pmr3d,ref); display.addReference(refx);
visad
archives: