You are here: Geometric Operators > PointOnAreaOverlayer

PointOnAreaOverlayer

Performs an overlay of points on areas.

Parameters

Transformer

Parameters

Attribute Accumulation

If attributes on the incoming and original feature share the same name,but are not geometry attributes that start withfme_,then they are deemed conflicted.

Generate List

Usage Notes

  • Each point receives the attributes of the area(s) it is contained in,and each containing area receives the attributes of each point it contains.When attributes are merged between features,existing attributes are not replaced.Therefore,if the points and areas being overlaid have attributes with the same name,then the values will not be transferred from one to the other.You can avoid this problem by renaming (AttributeRenamer),prefixing (AttributeExpressionRenamer),or removing (AttributeRemover) attributes to avoid name collisions.
  • Note that intersections between area features are not computed.
  • If a point falls exactly on the line between polygons,FME always include points on the boundary as being in.So if a point is on the boundary of two polygons,it will be called "in".
  • If you have a lot of features to process,you can improve overlay performance by also using theClippertransformer.The Clipper also provides different options for a point that falls exactly on a line.See theClipper example from the FME Knowledge Centerfor information on how to use less memory using theClippers Firstparameter.
  • If you have a lot ofPointfeatures in particular,you can reduce memory usage of the PointOnAreaOverlayer by using theAreas Firstparameter.
  • Aggregates are not supported by this transformer.
  • Note that where Point geometries are expected as input,PointCloud geometries are not supported.

Editing Transformer Parameters

Using a set of menu options,transformer parameters can be assigned by referencing other elements in the workspace.More advanced functions,such as an advanced editor and an arithmetic editor,are also available in some transformers.To access a menu of these options,clickbeside the applicable parameter.For more information,seeTransformer Parameter Menu Options.

Transformer Categories

Geometric Operators

FME Licensing Level

FME Professional edition and above

Search FME Knowledge Center

Search for samples and information about this transformer on theFME Knowledge Center.