Question

Creating geometry for multiple records

  • 10 April 2014
  • 2 replies
  • 0 views

Badge
I have a table that contains say inspections on specific sites.  I also have a feature class that contains a point for each site. These two can be linked by an ID field.  I am trying to create records for each inspections to be displayed as a point. I am trying to use Feature Merger but it only returns one record. I'm sure this is easy but it's been a while since I used FME and I am suffering a mental block here.  Please point me in the right direction.

2 replies

Userlevel 4
Badge +13
What are you using to merge on?
Badge +3
Are the ID's unique?

 

If not, u should use proces duplicates on the featuremergeer. Then explode the resulting list.

 

 

If u have points with no ID, u should do it spatialy; an overlay or spatialrelator.

 

 

Gio

Reply