你在这里: 空间分析 > voronicellgenerator.

voronicellgenerator.

输出影响点特征的圆形扇区,该点特征具有由方位角定义的方向(从北方顺时针)。

该变换器为每组点特征创建许多扇区(统称为asite), depending on each point’s direction of influence. Each sector fans out from the center point (site point)它属于的网站,并且具有用户定义的半径。

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 theSectorGeneratortransformer instead.

Input Ports

输出端口

参数

例子

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:请注意,在此步骤之后,输入点的位置在生成扇区中播放任何部分,并且确定扇区的值是输入点'方位角和半径。

生成多边形扇区。对应于每个点的扇区将跨越半径集和:的区域

(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:

FME许可级别

FME专业版及以上

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

空间分析

Search FME Knowledge Center

Search for samples and information about this transformer on theFME知识中心