Skip to main content
Question

How to convert Non-Spatial to Spatial feature class

  • May 21, 2013
  • 1 reply
  • 27 views

I have one spatial point feature class(X) having 10 records with

 

unique id (1,2,3,4,5,6,7,8,9,10).

 

I Have one object table(Non-Spatial) (Y) having 25 records with foreign key

 

(1,2,5,6,7,8,3,10,4,5,3,6,7,9,2,1,3,5,10,2,4,5,6,10,8).

 

 

So my question is can I create spatial feature class of (Y) which is Non-Spatial, using spatial feature class (X)  by Using any FME transformer.

 

 

Now i am having X-feature class with 10 records graphically.

 

 

I want to have Y as a spatial feature class with 25 records using

 

X-feature class geometry.

 

 

I have Data Interoperabality tool.

1 reply

takashi
Influencer
  • May 21, 2013
Hi,   The FeatureMerger transformer would be helpful in this case. Input class(X) to REQUESTER, class(Y) to SUPPLIER, specify 'Requester / Supplier Join Attribute' (i.e. join key) and 'List Name' parameters of the FeatureMerger. The transformer then will output matched class(X) features from COMPLETE port, each feature has a list attribute containing matched class(Y) attributes. After this, using the ListExploder, you can get copied features of the same number as the number of the list elements. Each exploded feature retains attributes of the merged class(Y) feature.

 

Takashi

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings