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.
Hi Leah, > Could someone point me towards an example of how to use > VisADLineStripArray? > > I'm trying to draw a coastline on my display. I have a list of coordinates > describing various points along the coast and I'd like to connect the dots. You could theoretically draw coastlines as VisADLineStripArrays using ScalarMaps to Shape (see Test47.java and Test46.java in visad/examples), but its much easier to draw them as a UnionSet of Gridded2DSets with manifold dimension = 2. This is what visad.data.mcidas.MapForm does for displaying coastlines from McIDAS map files. See the Rivers.java program in visad/examples for an example. Note the Sets have MathType: Set(RealType.Latitude, RealType.Longitude) Good luck, Bill
visad
archives: