<?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 How to find x,y of the point on the line feature in  ArcGIS Runtime SDK for .Net? in ArcGIS Runtime SDK for WPF (Retired) Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-find-x-y-of-the-point-on-the-line-feature/m-p/246130#M1144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus!&lt;/P&gt;&lt;P&gt;There is a table of bridges, each bridge record specified identifier of the road and a kilometer from the beginning. How to determine the x,y coordinates of a bridge with help of ArcGIS Runtime SDK for .Net or any other lib? I use c# in .net.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2014 00:27:56 GMT</pubDate>
    <dc:creator>AnatoliiTerentiev</dc:creator>
    <dc:date>2014-11-14T00:27:56Z</dc:date>
    <item>
      <title>How to find x,y of the point on the line feature in  ArcGIS Runtime SDK for .Net?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-find-x-y-of-the-point-on-the-line-feature/m-p/246130#M1144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus!&lt;/P&gt;&lt;P&gt;There is a table of bridges, each bridge record specified identifier of the road and a kilometer from the beginning. How to determine the x,y coordinates of a bridge with help of ArcGIS Runtime SDK for .Net or any other lib? I use c# in .net.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 00:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-find-x-y-of-the-point-on-the-line-feature/m-p/246130#M1144</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2014-11-14T00:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to find x,y of the point on the line feature in  ArcGIS Runtime SDK for .Net?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-find-x-y-of-the-point-on-the-line-feature/m-p/246131#M1145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario you are referring to is typically referred to as Linear Referencing. You have not said what type of app you are building (Desktop, Store or Phone) but for any of those APIs you may be able to find a way to achieve this with the GeometryEngine: &lt;A href="https://developers.arcgis.com/net/desktop/api-reference//html/T_Esri_ArcGISRuntime_Geometry_GeometryEngine.htm" style="line-height: 1.5;" title="https://developers.arcgis.com/net/desktop/api-reference//html/T_Esri_ArcGISRuntime_Geometry_GeometryEngine.htm"&gt;GeometryEngine Class&lt;/A&gt;&lt;SPAN style="line-height: 1.5;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the Desktop API you also have the LocalServer available which supports the following Geoprocessing tools for Linear Referencing:&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Calibrate Routes&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Create Routes&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Dissolve Route Events&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Locate Features Along Routes&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Make Route Event Layer&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Overlay Route Events&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Transform Route Events&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;The tool which would help is is 'Locate Features Along Routes': &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//003m00000007000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//003m00000007000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Once you have created your geoprocessing model/script you will need to package it for use in the ArcGIS Runtime - &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//005700000056000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//005700000056000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Cheers&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;&lt;/P&gt;&lt;P style="font-size: 0.875rem; color: #4d4d4d; font-family: 'Lucida Grande', 'Segoe UI', Arial, sans-serif;"&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:08:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-find-x-y-of-the-point-on-the-line-feature/m-p/246131#M1145</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2014-11-14T09:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to find x,y of the point on the line feature in  ArcGIS Runtime SDK for .Net?</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-find-x-y-of-the-point-on-the-line-feature/m-p/246132#M1146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exhaustive answer, thank you very much, Michael!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 12:19:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-wpf-retired-questions/how-to-find-x-y-of-the-point-on-the-line-feature/m-p/246132#M1146</guid>
      <dc:creator>AnatoliiTerentiev</dc:creator>
      <dc:date>2014-11-14T12:19:24Z</dc:date>
    </item>
  </channel>
</rss>

