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?
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?
You can find geometrycollections using a AggregateFilter. The Deaggregator can be used to 'explode' them in individual geometries.