BoundingBoxReplacer

Replaces the geometry of the feature with either its two-dimensional bounding box, its two-dimensional minimum oriented bounding box, or its three-dimensional bounding cube.

If a feature’s bounding box has zero area, it will become a line or a point.

Parameters

Example

Related Transformers

  • To accumulate the bounding box of a number of features, use the BoundingBoxAccumulator.
  • To retrieve the bounds of a feature into attributes, use the BoundsExtractor.
  • To replace the geometry of a feature with a box whose values come from attributes, use the 2DBoxReplacer.

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, click beside the applicable parameter. For more information, see Transformer Parameter Menu Options.

Transformer Categories

Geometries

Technical History

Associated FME function or factory: @Bounds, @XValue, @YValue, @GeometryType

 

Search FME Community

Search for samples and information about this transformer on the FME Community.

Tags Keywords: MBR "minimum bounding rectangle" neatline "envelope oriented" "bounding box"