Just to add my 2 cents worth, if you are using a recent build, the bufferer
transformer has a group-by argument, which, if present, causes us to buffer
each line individually, then run the results through an areaonareaoverlay,
and finally do a dissolve. All that happens within the bufferer as soon as a
group-by is specified.


Now, in general, our dissolver requires that the input has no overlaps for it
to work properly.  The way to ensure this is to precede any dissolve with an
areaonareaoverlay if your inputs are overlapping.



Dale

----------------------------------------------------------------------
Dale Lutz              Safe Software Inc.                 [EMAIL PROTECTED]
VP Development         Surrey, BC, CANADA        phone: (604) 501-9985
                       http://www.safe.com         fax: (604) 501-9965
----------------------------------------------------------------------




> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 15, 2005 3:42 AM
> To: [email protected]
> Subject: [fme] Re: Merging Polys
> 
> 
> 
> 
> Steve:
> 
> I have tried that, and the results aren't any different.  When I do
> the dissolve there's hardly any features left.  I've seen reference
> to a "PolygonDissolveFactory", but I don't have it in my transformer
> list.  I believe this is the transformer I've been looking for.
> 
> Thanks for the ideas!!
> 
> Robert
> 
> --- In [email protected], "Steve Shannon" <[EMAIL PROTECTED]>
> wrote:
> >
> >
> > Robert,
> > How about using the line_joiner to join the lines and then using
> the
> > bufferer to create the buffer around them. Then you can dissolve
> the
> > buffers together.
> > Steve
> >
> >
> > --- In [email protected], [EMAIL PROTECTED] wrote:
> > >
> > >
> > > Good afternoon FME Users.
> > >
> > > I'm trying to merge polys together.  I see a transformer
> > AGGREGATOR,
> > > but it doesn't add the to areas together to form one poly.  I'm
> > > looking for some kind of transformer to add areas together and
> > join
> > > their areas.  I've also seen the DISSOLVER, but my results from
> > this
> > > transformer leave me with not much left to join the lines
> together
> > to
> > > form a new poly.
> > >
> > > Here is what I'm trying to do.....take lines and form polys with
> > the
> > > BUFFER transformer, from there I want to join the poly together
> > and
> > > form one poly.  Does anyone have any ideas?  I'm trying to
> emulate
> > > the ArcMap's Buffer Wizard to automate this process.
> > >
> > > Thanks,
> > >
> > > Robert
> 
> 
> 
> 
> 
> 
> 
> 
> Get the maximum benefit from your FME, FME Objects, or SpatialDirect via
> our Professional Services team.  Visit www.safe.com/services for details.
> Yahoo! Groups Links
> 
> 
> 
> 
> 




Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our 
Professional Services team.  Visit www.safe.com/services for details. 
Yahoo! Groups Links

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

<*> 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