<?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 Re: How to perform Linear Referencing search function from Web in ArcGIS REST APIs and Services Questions</title>
    <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672483#M3271</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;or see my soe&amp;nbsp;&lt;A href="https://github.com/nicogis/DS-Utility-SOE"&gt;https://github.com/nicogis/DS-Utility-SOE&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Apr 2012 14:05:19 GMT</pubDate>
    <dc:creator>nicogis</dc:creator>
    <dc:date>2012-04-17T14:05:19Z</dc:date>
    <item>
      <title>How to perform Linear Referencing search function from Web</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672479#M3267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have created a route layer using Linear Referencing Toolbox in ArcDesktop, then we show that ArcMap has Find tool which has Linear Referencing tab and which allows to search for Point or Line by giving one value or by giving from and to value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have attached the screen print of ArcMap which shows the Linear Referencing tab in Find tool, my objective is to implement the same functionality in our Online web application in Flex that we do using REST API.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So for example say user gives the input line Route name: I-10 E From: 10&amp;nbsp; To: 50 then it should return me the polyline.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any Help will be appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Lala Rabari&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 16:36:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672479#M3267</guid>
      <dc:creator>ManishGohil</dc:creator>
      <dc:date>2011-08-26T16:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Linear Referencing search function from Web</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672480#M3268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We want to do the same thing you are describing (in ArcGIS Server).&amp;nbsp; Did you ever get it to work?&amp;nbsp; and if so how did you do it?&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt Stull&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jan 2012 20:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672480#M3268</guid>
      <dc:creator>MatthewStull</dc:creator>
      <dc:date>2012-01-26T20:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Linear Referencing search function from Web</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672481#M3269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a such implementation by creating a custom SOE (ServerObjectExtension).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The implementation can be found here:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="link-titled" href="https://bitbucket.org/tomlux/pchprintsoe/src/b02f3d085cb86198b09914c53d033151c188077d/src/lu/etat/pch/gis/soe/PCHExportSOE.java" title="https://bitbucket.org/tomlux/pchprintsoe/src/b02f3d085cb86198b09914c53d033151c188077d/src/lu/etat/pch/gis/soe/PCHExportSOE.java"&gt;tomlux / PChPrintSOE / source / src / lu / etat / pch / gis / soe / PCHExportSOE.java — Bitbucket&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It contains 3 operations on linear referencing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;getPKsByCoord: return the given measure by passing as parameter x,y,wkid and a search tolerance&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;getPointForPK: return a point by passing as parameter the route name and a location measure&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI&gt;getLineForPKs: return a line by passing as parameter the route name and a starting and end location measure&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The routesystem layer and the field names are currently hard-coded in the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I can make them configurable.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Let me know,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Schuller Tom&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2012 06:52:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672481#M3269</guid>
      <dc:creator>TomSchuller</dc:creator>
      <dc:date>2012-01-27T06:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Linear Referencing search function from Web</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672482#M3270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;you can see also&amp;nbsp;&lt;A href="https://blogs.esri.com/esri/arcgis/2011/08/19/a-server-object-extension-for-performing-dynamic-segmentation/"&gt;https://blogs.esri.com/esri/arcgis/2011/08/19/a-server-object-extension-for-performing-dynamic-segmentation/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jan 2012 18:43:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672482#M3270</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2012-01-29T18:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Linear Referencing search function from Web</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672483#M3271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;or see my soe&amp;nbsp;&lt;A href="https://github.com/nicogis/DS-Utility-SOE"&gt;https://github.com/nicogis/DS-Utility-SOE&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 14:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672483#M3271</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2012-04-17T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Linear Referencing search function from Web</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672484#M3272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Domenico,&lt;/P&gt;&lt;P&gt;I am interested in this site you suggested but am unable to open into it. Says "Disallowed Key Characters".&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;SW&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Mar 2018 06:10:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672484#M3272</guid>
      <dc:creator>SWGoh</dc:creator>
      <dc:date>2018-03-11T06:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to perform Linear Referencing search function from Web</title>
      <link>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672485#M3273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have updated link&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2018 07:30:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-rest-apis-and-services-questions/how-to-perform-linear-referencing-search-function/m-p/672485#M3273</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2018-03-12T07:30:32Z</dc:date>
    </item>
  </channel>
</rss>

