FME Transformers: 2024.1

Categories
Spatial Analysis

VoronoiCellGenerator

Outputs circular sectors of influence for point features that have directions defined by azimuths (degrees clockwise from North).

This transformer creates a number of sectors for each set of point features (collectively called a site), depending on each point’s direction of influence. Each sector fans out from the center point (site point) of the site it belongs to, and has a user-defined radius.

This transformer generates a Voronoi diagram that consists of polygons representing the closest areas around center points of sectors (site points). The final output will be the sectors truncated to the extents of their site’s corresponding Voronoi polygons.

This transformer has an additional output port that produces sectors truncated by Voronoi polygons, to eliminate possible overlaps between different sites.

Note  To create sectors that may overlap with sectors of other sites, use the SectorGenerator transformer instead.

Example

In the telecommunications industry, directional antennas are used in conjunction with each other for better coverage and stronger signal reception. These antennas each cover a sector of a complete circle that an antenna tower covers, with some areas of overlap between each two sectors.

This transformer can be used to determine the “Nominal” (assuming a whole circle is covered and there are no overlaps between any two sectors) coverage field of directional antennas and receivers.

Input points and their azimuth values are received:

A center point is created for each site:

Note  Please note that after this step, the locations of input points play no part in the generation of sectors, and the values that determine sectors are the input points’ azimuths and radii.

Polygon sectors are generated. The sector corresponding to each point will span an area determined by the radius set and:

(The point's azimuth + adjacent azimuth (in degrees))/2

Two sides of a sector are found by one time choosing the closest azimuth clockwise and the next time counter-clockwise. Resulting sectors will look like this:

Voronoi polygons are generated, based on site points:

If two sites have overlapping sectors, the sectors are clipped by the Voronoi polygons to generate Cells:

Configuration

Input Ports

Output Ports

Parameters

Editing Transformer Parameters

Transformer parameters can be set by directly entering values, using expressions, or referencing other elements in the workspace such as attribute values or user parameters. Various editors and context menus are available to assist. To see what is available, click beside the applicable parameter.

For more information, see Transformer Parameter Menu Options.

FME Community

The FME Community is the place for demos, how-tos, articles, FAQs, and more. Get answers to your questions, learn from other users, and suggest, vote, and comment on new features.

Search for all results about the VoronoiCellGenerator on the FME Community.