You are here: Calculated Values > 计数器

计数器

Adds a numeric attribute to a feature and assigns a value. Each subsequent feature passing through the transformer receives an incremented value– in other words, the Counter is counting the features.

该变形器可以用于将唯一的数字ID号分配给一组特征,用于计数特征的数量,或用于为给定属性的值创建基本直方图。

Transformer Parameters

Usage Notes

Using Multiple Counters

Using multiple Counter transformers in a workspace can produce different results. The default behavior of FME is to name all Counters the same.

When multiple Counters have the same name, they produce a single count. When multiple Counters have different names, each Counter produces a unique count starting at 1 (or the number determined by the Count Start parameter). You can rename any Counter by editing the Transformer Name parameter.

For example, there are two workspaces each with two Counters. Ten features passed through each Counter would result in the following:

Workspace 1

计数器Name: Counter1 - features numbered 1 - 10

计数器Name: Counter2 - features numbered 1 - 10

Workspace 2

计数器Name: Counter - features numbered 1 - 10

计数器Name: Counter - features numbered 11 - 20

You can use this feature as needed to produce different results.

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

Calculated Values

搜索FME知识中心

搜索有关此变压器的样本和信息FME Knowledge Center.