Perhaps I have the syntax wrong, but it says
my display object is not a visad.Data
Have you used this?
Could you provide a few lines of sample code?
Thanks
-----Original Message-----
From: Dave Glowacki [mailto:dglo@xxxxxxxxxxxxxxxxxx]
Sent: Wednesday, December 05, 2001 2:06 PM
To: Mathias Stümpert
Subject: Re: AW: serialize a 3 d dispaly
=?iso-8859-1?Q?Mathias_St=FCmpert?= wrote:
> > I am looking for something which captures the 3d interactive nature
of
> > the display.
>
> Perhaps one of the Forms of VisAD could help you (Look at the
visad.data
> package). I suppose the VisADForm would do what you want. I don't
> exactly know what informations are saved with the VisADForm but I
think
> you can save every VisAD-Data object. I also think your display's
> ScalarMaps are not saved. But I'm not sure about that. Perhaps the
VisAD
> people can say more about that.
VisADForm saves everything contained in a Display object, including
all ConstantMaps and ScalarMaps added with display.addMap() calls.