Skip to main content

I have a points in shape files and radius information in attribute. Ho to create buffer polygon in new shapefile?

Either the Bufferer transformer or the 2DEllipseReplacer transformer.


If the radius is not according to the coordinate system units the GeographicBufferer is also an option.


erik_jan Mark2AtSafe Thank you. GeographicBufferer worked


Reply