>>Maybe it's possible to dilate a MultiLineString? yes, this is very easy;
Geometry g = ...; // <size> is in the co-ordinate system of the geometry Geometry dialated = g.buffer( <size> ); dave ---------------------------------------------------------- This mail sent through IMP: https://webmail.limegroup.com/ ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
