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.
Hello list, for the archives: this has been solved with (fid -> ( SET(RealType.X, RealyType.Y), temp, press, etc...)) Thanks to Bill. Cheers, Ugo Bill Hibbard wrote: > Hi Ugo > > If you want the irregular (x, y) topology to be part of the > FlatField, you need to change the type from: > > (id ->( (x,y) , temp, pressure, ...)) > > to: > > ((x,y) -> (temp, pressure, ...)) > > Then your Irregular2DSet is used as the doman Set of the > FlatField. Range Sets may be used in FlatFields, but they > are just 1-D Sets used to document sampling resolution of > single RealTypes in the range. > > Good luck, > Bill > > > You can call setSamples() for a FlatField with range type: > > > > ( (x,y) , temp, pressure, ...) > > > > just as you would for a FlatField with range type: > > > > ( x,y, temp, pressure, ...) > > But this ignores the topology of my data. X and y might be a line > string > or a polygon (like the region in Region.java). > -- Ugo Taddei Fraunhofer Institut Intelligente Analyse- und Informationssysteme (FhG IAIS) http://www.iais.fraunhofer.de Department Knowledge Discovery - IAIS.KD - Working Group Spatial Decision Support http://www.iais.fraunhofer.de/kd.html phone (+49)2241-14-2184 fax (+49)2241-14-2072 Schloss Birlinghoven, D-53754 Sankt Augustin, Germany
visad
archives: