<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Access measure value of point on feature in featureLayer? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278428#M25659</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feature layer set up in ArcMap 10.&amp;nbsp; This feature layer is composed of a set of polylines.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the steps at this URL: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://eaglemap.com/blog/bid/46805/How-to-Add-Measure-Station-Values-to-Pipelines-in-ArcMap"&gt;http://eaglemap.com/blog/bid/46805/How-to-Add-Measure-Station-Values-to-Pipelines-in-ArcMap&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to set up a route that has M values for each vertex in the polyline.&amp;nbsp; When I start editing -&amp;gt; double click a line -&amp;gt; click sketch properties, I can see that the M value has been correctly set for each vertex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I access this information via the javascript API?&amp;nbsp; I have a feature layer set up with this feature layer added to it.&amp;nbsp; But when I click the feature layer, I can't get the measure information.&amp;nbsp; I can get the e.graphic.geometry and so on, but there isn't measure info associated with any of the points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What would be even better is if I could get the exact measure value for a specific point on the line (a point that is not necessarily the same as any vertex which composes the line).&amp;nbsp; Is it possible to do this with the javascript API?&amp;nbsp; If so, how?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2012 18:11:29 GMT</pubDate>
    <dc:creator>ChrisChalstrom</dc:creator>
    <dc:date>2012-04-13T18:11:29Z</dc:date>
    <item>
      <title>Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278428#M25659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a feature layer set up in ArcMap 10.&amp;nbsp; This feature layer is composed of a set of polylines.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the steps at this URL: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://eaglemap.com/blog/bid/46805/How-to-Add-Measure-Station-Values-to-Pipelines-in-ArcMap"&gt;http://eaglemap.com/blog/bid/46805/How-to-Add-Measure-Station-Values-to-Pipelines-in-ArcMap&lt;/A&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;to set up a route that has M values for each vertex in the polyline.&amp;nbsp; When I start editing -&amp;gt; double click a line -&amp;gt; click sketch properties, I can see that the M value has been correctly set for each vertex.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I access this information via the javascript API?&amp;nbsp; I have a feature layer set up with this feature layer added to it.&amp;nbsp; But when I click the feature layer, I can't get the measure information.&amp;nbsp; I can get the e.graphic.geometry and so on, but there isn't measure info associated with any of the points.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What would be even better is if I could get the exact measure value for a specific point on the line (a point that is not necessarily the same as any vertex which composes the line).&amp;nbsp; Is it possible to do this with the javascript API?&amp;nbsp; If so, how?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 18:11:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278428#M25659</guid>
      <dc:creator>ChrisChalstrom</dc:creator>
      <dc:date>2012-04-13T18:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278429#M25660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not currently possible. We will support M's sometime in the future but it will require ArcGIS Server 10.1 and a 3.x version of the API. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you considered publishing your data with M values as a regular attribute? That would give you access to them via the JS API.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 18:35:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278429#M25660</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2012-04-13T18:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278430#M25661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;If you need now of this functionality I have create a simple soe where you can return measure M or create a point from M. &lt;/SPAN&gt;&lt;SPAN style="color: #2989c5;"&gt;&lt;A href="http://www.arcgis.com/home/item.html?id=e3bfa7c991e34aa8872c937ca9169507"&gt;http://www.arcgis.com/home/item.html?id=e3bfa7c991e34aa8872c937ca9169507&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also have added the test project (live) in js api esri.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Live:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.studioat.eu/js/samples/dsutility/"&gt;http://www.studioat.eu/js/samples/dsutility/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Apr 2012 13:20:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278430#M25661</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2012-04-14T13:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278431#M25662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you could create a spatial view of the data showing the m value using st_m(shape) and then include that view in the query&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 12:07:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278431#M25662</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-04-16T12:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278432#M25663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given the latest version of ArcGIS Server and the latest Javascript API, what is the best method to 1) get measures down an m polyline based on a user click on the line and 2) dynamically displaying point values on a polyline based on a table of measured events down that line?&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 16:05:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278432#M25663</guid>
      <dc:creator>SteveBurdette</dc:creator>
      <dc:date>2015-09-08T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278433#M25664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;You can use my soe for get measures down an m polyline based on a user click on the line. For dynamically displaying point values on a polyline based on a table of measured events down that line depends if you have yet set in service this configuration or you need create on the fly the table and create the visualization on the fly. For this second approch I use a my soe.&amp;nbsp; Esri has an Extension Desktop and Server for manager LRS &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fdesktop.arcgis.com%2Fen%2Fdesktop%2Flatest%2Fguide-books%2Fextensions%2Froads-and-highways%2Fesri-roads-and-highways-for-server.htm" rel="nofollow" target="_blank"&gt;http://desktop.arcgis.com/en/desktop/latest/guide-books/extensions/roads-and-highways/esri-roads-and-highways-for-server.htm&lt;/A&gt;&lt;SPAN&gt; see also: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/external-link.jspa?url=http%3A%2F%2Fblogs.esri.com%2Fesri%2Farcgis%2F2011%2F08%2F19%2Fa-server-object-extension-for-performing-dynamic-segmentation%2F" rel="nofollow" target="_blank"&gt;http://blogs.esri.com/esri/arcgis/2011/08/19/a-server-object-extension-for-performing-dynamic-segmentation/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 18:35:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278433#M25664</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2015-09-08T18:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278434#M25665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you...we loaded your soe onto our server with no issues and it is working well for us.&amp;nbsp; It is exactly what we needed.&amp;nbsp; Great job on this extension.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 13:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278434#M25665</guid>
      <dc:creator>SteveBurdette</dc:creator>
      <dc:date>2015-09-10T13:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278435#M25666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dynamic segmentation utility has been very helpful.&amp;nbsp; It seems, though, that the routeMeasureUnit parameter is not affecting the output at all.&amp;nbsp; I can enter esriMeters or esriMiles and I get the same output.&amp;nbsp; Does the service default to esriMeters?&amp;nbsp; Have you seen this same behavior in your use of the utility?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Nov 2015 22:53:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278435#M25666</guid>
      <dc:creator>SteveBurdette</dc:creator>
      <dc:date>2015-11-13T22:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278436#M25667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I have same behavior. In code I have checked and I set the routeMeasureUnit correctly but there's something I don't get! Peraphs I need get unit of spatial reference and convert manually unit but in these case I don't understand use of the property routeMeasureUnit&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Nov 2015 19:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278436#M25667</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2015-11-16T19:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278437#M25668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again for this utility...it has been very helpful.&amp;nbsp; In my application I have a set of data that contains mile points and I am using these mile points to draw lines/points along the route.&amp;nbsp; So, I initially tried to use esriMiles as my route unit, but I was getting the same results as when I used esriMeters as my units.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get around the issue I'm converting from miles to meters before I make the utility PointLocation and LineLocation service calls, so I'm able to work around it.&amp;nbsp; Just thought I would let you know in case there is an easy fix to the issue.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again, &lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 14:58:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278437#M25668</guid>
      <dc:creator>SteveBurdette</dc:creator>
      <dc:date>2015-11-17T14:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Access measure value of point on feature in featureLayer?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278438#M25669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have fixed Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Nov 2015 18:28:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/access-measure-value-of-point-on-feature-in/m-p/278438#M25669</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2015-11-17T18:28:49Z</dc:date>
    </item>
  </channel>
</rss>

