这个转换器的参数有很多,在这里,重点介绍以下几个参数:Group By:分组参数,很多转换器都有这个参数,跟SQL什么的分组,意思是一样的;Count Attribute:计数字段,这个值与上面的分组相对应,内容就是一个值(Group By选择的字段的值),出现了几次;Attributes to Concatenate:要连接的字段;Separator Character:值之间的分隔...
参数介绍三个:Count Output Attribute:存储顺序号的字段;Counter Name:计数器名称,这个是特别需要注意的地方。这个参数,其实可以看作是Group By; 我也试着建议FME团队,将这个参数改一下,改成Group By,与其他的各个转换器中的分组参数保持一致,便于初学者理解(我可是花了好长的时间才搞懂这个参数的)。 Count Start...
3.2.1. Group By(分组) 选择一个字段,将数据分组,然后Requestor和Supplier将根据相同的分组进行匹配,不会匹配到不同组的记录。 将数据进行分组后匹配能够提高转换器运行效率。 3.2.2. Feature Merge Type(合并模式) Attributes Only: 只合并属性(根据在Attribute Accumulation中设定的属性合并规则合并) Geometry: 只...
class FeatureProcessor(fmeobjects.FeatureProcessor): def input(self, feature): # 处理特征的代码 pass def close(self): # 所有特征处理完毕后的代码 pass def process_group(self): # 当指定了'Group By'属性时,处理一组特征的代码 pass 获取和设置属性: 你可以使用feature.getAttribute(attributeName)来获...
Retrieves the value of all the feature's coordinates into an attribute, separated by the delimiter characters. 将要素的全部坐标写入一个属性,坐标之间用指定的字符进行分隔 CoordinateCounter Stores the number of coordinates the feature has into an attribute. 将坐标数量写入属性 CoordinateFetcher Retrieves...
first coordinate and assigns it to the named attribute. Creates an ellipse feature using 提取第一个坐标的高程写 入属性 EllipseCreator the parameters supplied, and sends it into the workspace for processing. Replaced by the SpatialFilter transformer. Retrieves the specified 根据参数创建椭圆要素, 并 ...
FME Server Stream (Attribute) — R/W R/W R/W R/W R/W R/W Garmin GDB 需要安装平台 — R/W R/W R/W R/W R/W R/W Garmin MapSource 需要安装平台 — R/W R/W R/W R/W R/W R/W Garmin POI 需要安装平台 — R/W R/W R/W R/W R/W R/W GATE/ADA 第三方插件 (Baral ...
46、assigns it to the named attribute. 提取第一个坐标的高程写入属性 EllipseCreator Creates an ellipse feature using the parameters supplied, and sends it into the workspace for processing. 根据参数创建椭圆要素,并输入转换流程 EnvelopeFilter Replaced by the SpatialFilter transformer. 根据矩形范围过滤。
这个转换器的参数有很多,在这里,重点介绍以下几个参数:Group By:分组参数,很多转换器都有这个参数,跟SQL什么的分组,意思是一样的;Count Attribute:计数字段,这个值与上面的分组相对应,内容就是一个值(Group By选择的字段的值),出现了几次;Attributes to Concatenate:要连接的字段;Separator Character:值之间的分隔...
One aggregate feature is output for each unique combination of values of the attributes specified in the GROUP BY. aggregator attributeaccumulator boundingboxaccumulator Combines feature attributes. Creates bounding boxes for groups of features. One bounding box feature is output for each unique ...