Get a point at a given M-value

362
1
Jump to solution
06-25-2018 06:24 AM
ludoviccornu1
New Contributor

Hi everyone,

My need is simple : From a polyline, how to get the point situated at a given M-value?

Many thanks in advance!

0 Kudos
1 Solution

Accepted Solutions
ShellyGill1
Esri Contributor

Hi Ludovic,

M-values might be the same at many different vertices in a polygon or polyline - you can iterate through the Points in a polygon or polyline as shown here:

Geometries—ArcGIS Runtime SDK for Android | ArcGIS for Developers  

I'm afraid there are no methods to scan through a multipart and return the set of points that have a specific m-value though - there's not much functionality in the Runtime currently for working with linear referencing. If you'd like to see new methods added, do let us know your overall use case.

Hope this helps,

Shelly

View solution in original post

0 Kudos
1 Reply
ShellyGill1
Esri Contributor

Hi Ludovic,

M-values might be the same at many different vertices in a polygon or polyline - you can iterate through the Points in a polygon or polyline as shown here:

Geometries—ArcGIS Runtime SDK for Android | ArcGIS for Developers  

I'm afraid there are no methods to scan through a multipart and return the set of points that have a specific m-value though - there's not much functionality in the Runtime currently for working with linear referencing. If you'd like to see new methods added, do let us know your overall use case.

Hope this helps,

Shelly

0 Kudos