- To: "Luke A. Catania" <lukecatania@xxxxxxxxx>
- Subject: Re: Coloring Data using MetApps ShapefileAdapter
- From: Bill Hibbard <hibbard@xxxxxxxxxxxxxxxxx>
- Date: Tue, 19 Nov 2002 08:48:56 -0600
Hi Luke, In visad/DelaunayCustom.java the method: public static Irregular2DSet fill(Gridded2DSet set) produces an Irregular2DSet for the interior of the boundary defined by the argument 'Gridded2DSet set', which must have manifold dimension = 1. If the ShapefileAdapter returns a UnionSet of many Gridded2DSets, then you must extract the one for the boundary of interest, or even combine multiple Gridded2DSets into one for the entire boundary. Cheers, Bill
- Follow-Ups:
- Re: Coloring Data using MetApps ShapefileAdapter
- From: Don Murray
- Re: Coloring Data using MetApps ShapefileAdapter
- References:
- Coloring Data using MetApps ShapefileAdapter
- From: Luke A. Catania
- Coloring Data using MetApps ShapefileAdapter