Skip to main content
Solved

Is there a transformer that will convert a multilinestring to a linestring object?

  • March 25, 2023
  • 2 replies
  • 382 views

thomastupuivao
Contributor
Forum|alt.badge.img+7

Is there a transformer that will convert a multilinestring to a linestring object? I'm trying to load road centrelines in an oracle spatial database, but the road centreline table in oracle uses GTYPE 2002 (line). Multilinestring is 2006, so I can't apply a spatial index. Any suggestions please?

Best answer by david_r

Try using a Deaggregator and, if necessary, followed by a GeometryRefiner.

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

david_r
Celebrity
  • 8391 replies
  • Best Answer
  • March 27, 2023

Try using a Deaggregator and, if necessary, followed by a GeometryRefiner.


thomastupuivao
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 15 replies
  • April 1, 2023

This has worked!!! thank you so much!! awesome