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.

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: