Question

Hello, I have a dataset. Each record has a fme_type=fme_collection. I saw the IFMEAggregate information in the feature information window as part of the inspector. How can I expose this information in the workbench so I can do some calculations?

  • 3 December 2021
  • 2 replies
  • 2 views

Badge +8

I would like to know how many parts are part of the IFMEAggregate for each record. Are they always polygones? How many records contain lines etc.


2 replies

Badge +1

Hello, you can use the FME Feature Function, GeometryTypeimage

Userlevel 1
Badge +21

You can use a partcounter to count the number of parts, if you need to know the breakdown of whether these are lines/polygons/points etc. I think you would either need to deaggregate and get the GeometryType or use python

Reply