Hi FMEers,  Greetings from Texas....

I've been trying to re-order polygons in a specific order.
I start out with a bunch of polygons and then make a poly_id.
I find the edge that I want to be first and I can get a line feature
that is created in order.  However, when I turn the line to a polygon
using all of the following alternate processing I get a polygon that
is not in the order that I expect.  It seems that the polygon edges
are being reordered so that the first vertex is always the minx, miny.

Here are the techniques I have used to turn a Line to a Polygon, with
the first segment being what I want as the first polygon edge.

LineCloser

GeometryCoercer (point) -> PointCollector (break on poly_id)

GeometryCoercer (polygon)

PolygonBuilder (group by poly_id)


Is their a way to force a polygon to be created in a certain vertex order?
I'm using FME 2006 build 2182
 
Regards, Reed








For insights into what's up at Safe Software and what's on the development 
horizon, visit Safe's blog at spatial-etl.blogspot.com.

Safe Software has also made slides available that outline enhancements planned 
for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 
of the FME Worldwide Users Conference. To view these slides, visit 
www.safe.com/2006uc.

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/fme/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to