Skip to main content
Question

Can we use AttributeReprojector as filter value column in FME SchemaMapper?

  • March 18, 2020
  • 3 replies
  • 19 views

navaneet
Forum|alt.badge.img+1

I would like to extract coordinates in a different column using FME SchemaMapper. I would like to use AttributeReprojector as filter value column in FME SchemaMapper

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.

3 replies

Forum|alt.badge.img+2
  • 1891 replies
  • March 18, 2020

@navaneet you can't use transformer references (i.e. AttributeReprojector) or functions in the SchemaMapper. See the SchemaMapper tutorial. Perhaps you can use the coordinate system name instead.

If you can give us a small example of what you're attempting to accomplish then members of the community might be able to contribute additional help.


navaneet
Forum|alt.badge.img+1
  • Author
  • 3 replies
  • March 18, 2020

@navaneet you can't use transformer references (i.e. AttributeReprojector) or functions in the SchemaMapper. See the SchemaMapper tutorial. Perhaps you can use the coordinate system name instead.

If you can give us a small example of what you're attempting to accomplish then members of the community might be able to contribute additional help.

Geometry is in stateplane coordinate system. Like to add two additional attribute columns latitude and longitude in the schemamapper spreadsheet. Like to store these xy coordinate values in these additional latitude and longitude attributes.


daraghatsafe
Forum|alt.badge.img
  • 135 replies
  • March 23, 2020

Geometry is in stateplane coordinate system. Like to add two additional attribute columns latitude and longitude in the schemamapper spreadsheet. Like to store these xy coordinate values in these additional latitude and longitude attributes.

Hi @navaneet were you able to achieve your end goal?