I might be pushing my luck here, but is there some similar magic piece of code which can transform a collection of lines to a single polygon line? (So i can use the linegeneralization code below) I have a large collection of random lines which have a lot of overlappig start/end points. The only dinkytoy way I can think of to combine these into polygons is to take point 1, look through the whole collection for matching points, take point 2..etc. The way too global searchterms i can think of to use for googling brings up everything but related stuff.
________________________________ Van: [EMAIL PROTECTED] namens Smeets, Ben Verzonden: wo 11-7-2007 17:26 Aan: flashcoders@chattyfig.figleaf.com Onderwerp: RE: [Flashcoders] Simplify point collection Jim (and Ben also!) Thank you very much. The link below is as far as I can tell by using the demo *exactly* what I was looking for. You guys helped me get some sleep tonight ;) Cheers, Ben -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Armstrong Sent: woensdag 11 juli 2007 16:37 To: flashcoders@chattyfig.figleaf.com Subject: RE: [Flashcoders] Simplify point collection Is this what you're after? http://motiondraw.com/md/as_samples/t/LineGeneralization/demo.html regards, - jim armstrong www.algorithmist.net http://algorithmist.wordpress.com <http://algorithmist.wordpress.com/> -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Smeets, Ben Sent: Wednesday, July 11, 2007 9:16 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] Simplify point collection I have a huge collection of point (x,y). Those points make up line (x1,y1 to x2,y2). Is there Some sort of well known function to smooth these points so that there is less to draw? _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com <http://www.figleaf.com/> http://training.figleaf.com <http://training.figleaf.com/> This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. _______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com <http://www.figleaf.com/> http://training.figleaf.com <http://training.figleaf.com/>
_______________________________________________ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com