NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.
To learn about what's going on, see About the Archive Site.
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: