Solved
Get distance between multipoints within a feature in meters. Attached is file with testdata.
Get distance between multipoints within a feature in meters. Attached is file with testdata.
Best answer by geomancer
Like @f.kemminje says, use Deaggregator and LineBuilder (group by attribute externid). But as your data is in a geographic coordinate system, use GeographicLengthCalculator instead of LengthCalculator.
Some of the multipoints contain identical points, so look into the setting of the LineBuilder to Remove Duplicate Points.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.