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.

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.
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.



