Skip to main content
Solved

How to create WKT in FME

  • August 25, 2016
  • 2 replies
  • 967 views

lazarlubomir
Contributor
Forum|alt.badge.img+10

Hello,

I created bounding box in FME and I need to get from this polygon WKT file. How can I reach this in FME please?

Thank You so much!

Best answer by taojunabc

You can use GeometryExtractor

and set GeometryEncoding to OGC Well Know Text(wkt).

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.

2 replies

taojunabc
Participant
Forum|alt.badge.img+6
  • Participant
  • Best Answer
  • August 25, 2016

You can use GeometryExtractor

and set GeometryEncoding to OGC Well Know Text(wkt).


amyw
Forum|alt.badge.img
  • June 18, 2024

Thanks for this! Saved me a lot of research, programming & set up for this format standard.