Skip to main content
Question

I have a SQL spatial table extracted from our GIS that contains a GEOM field in projection NAD27. I need to generate an XY for these values from this GEOM. Everything I’ve tried, I don’t get the output I need. Please advise.


Here is the SQL query that I use in SSMS that gets me the XY but I have not been able to translate the query into FME to get the same results.

"select RiserObjectID, Premise, GEOM.STX as X, GEOM.STY as Y from RiserPrem_NAD27"

2 replies

alexlynch3450
Contributor
Forum|alt.badge.img+14

csmapreprojector:change destination coordinate system value --> attributecreator:new attribute 'X', attribute value '@XValue()'; new attribute 'Y', attribute value '@YValue()'


  • Author
  • January 15, 2021

Thanks, this will work.


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