<?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: Aceesing layerid in rest SOE java in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/aceesing-layerid-in-rest-soe-java/m-p/73817#M1989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Haider Ali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sorry but I do not fully understand your query. Do you already have a SOE in place? Is yes, can you share what do you wish to do with it? Are you trying to access layerid 0 as a feature layer for overlaying? Or for querying the table with?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can help elaborate more on what you are trying to achieve, I am sure others in the forum will be able to better clear your doubts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raymond&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 May 2014 07:42:53 GMT</pubDate>
    <dc:creator>RaymondHuang</dc:creator>
    <dc:date>2014-05-20T07:42:53Z</dc:date>
    <item>
      <title>Aceesing layerid in rest SOE java</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/aceesing-layerid-in-rest-soe-java/m-p/73816#M1988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have an SOE in which i have to acess the layer id in the url&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g i have&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://serverurl/rest/services/Utility/MapServer/exts/Utility/routeLayers/0/IdentifyRoute?"&gt;http://serverurl/rest/services/Utility/MapServer/exts/Utility/routeLayers/0/IdentifyRoute?&lt;/A&gt;&lt;SPAN&gt;...............&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how can i get the layer id(0) from the url in SOE&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 05:52:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/aceesing-layerid-in-rest-soe-java/m-p/73816#M1988</guid>
      <dc:creator>HaiderAli</dc:creator>
      <dc:date>2014-05-20T05:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Aceesing layerid in rest SOE java</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/aceesing-layerid-in-rest-soe-java/m-p/73817#M1989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Haider Ali,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am sorry but I do not fully understand your query. Do you already have a SOE in place? Is yes, can you share what do you wish to do with it? Are you trying to access layerid 0 as a feature layer for overlaying? Or for querying the table with?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you can help elaborate more on what you are trying to achieve, I am sure others in the forum will be able to better clear your doubts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raymond&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 07:42:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/aceesing-layerid-in-rest-soe-java/m-p/73817#M1989</guid>
      <dc:creator>RaymondHuang</dc:creator>
      <dc:date>2014-05-20T07:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Aceesing layerid in rest SOE java</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/aceesing-layerid-in-rest-soe-java/m-p/73818#M1990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually i have SOE in c# (&lt;/SPAN&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;) and i want to convert it to java , in this SOE there is a function as below&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; private byte[] PointLocationOperHandler(NameValueCollection boundVariables, JsonObject operationInput, string outputFormat, string requestProperties, out string responseProperties)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; responseProperties = "{\"Content-Type\" : \"application/json\"}"; ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; int routeLayerID = Convert.ToInt32(boundVariables["RouteLayersID"], CultureInfo.InvariantCulture);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when i am using eclipse plugin to generate the SOE template i cant find boundVariables &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And if you can please refer material or book for arcobjects in java&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 09:21:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/aceesing-layerid-in-rest-soe-java/m-p/73818#M1990</guid>
      <dc:creator>HaiderAli</dc:creator>
      <dc:date>2014-05-20T09:21:07Z</dc:date>
    </item>
  </channel>
</rss>

