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.

Re: data reference

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);


  • 2002 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the visad archives: