Question

Is there any transformer that I can use to transform WGS84 to LRMS geometry.

  • 9 May 2023
  • 1 reply
  • 1 view

I have WGS84 WKT formatted geometries and have to convert them into LRMS geometry. Can anyone help what would be the best way to do it. I believe I have to first convert WKT to point location then I would be able to do conversion, but still how can I add manually built transformer into FME. Any idea can be helpful 😉


1 reply

Userlevel 2
Badge +17

Hi @jigar.bhojak​,

The GeometryReplacer can be used to convert the OGC WKT into FME geometry. However, it would be helpful to have more information on the LRMS geometry you want as the final destination. The features in the CSV file are a combination of points, lines and areas.

Reply