Skip to main content
Question

Multilines

  • March 10, 2023
  • 1 reply
  • 13 views

nath
Contributor
Forum|alt.badge.img+6
  • Contributor
  • 85 replies

Hi,

How can you see if a line is a multiline or a polyline?

I have a shapefile where i have both but it's creating problems so i have to detect the multilines en make polylines of them.

I would think that i should use de deaggregator?

1 reply

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • March 10, 2023

You can find geometrycollections using a AggregateFilter. The Deaggregator can be used to 'explode' them in individual geometries.