I have successfully set up a Garrmin GDB file reader and retrieved waypoints stored in the file. I then used the Geometry Extractor using the FME XML Encoding and assigned it to the default attribute _geometry. When I inspected the data, I see that the attribute _geometry does indeed have XML data along with the associated X Latitude and Y Longitude coordinates.
My question: Is there a translator to extract the X and Y values separately and store them in new attrigutes associated with each point, say Latitude and Longitude, or do I need to use the StringExtractor to get this data? Here is a sample of the XML data on the first data point:
You can do that (string manipulation) or you can turn the features into points (geometry replacer) and use the coordinate extractor to get the XYZ values.
Itay
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
You can do that (string manipulation) or you can turn the features into points (geometry replacer) and use the coordinate extractor to get the XYZ values.