<?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: ArcGIS Runtime 10.1 Java - Dynamic layer capabilities in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-10-1-java-dynamic-layer/m-p/180146#M501</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks....There were some issues with the case-sensitivity in the request. Now the Query works fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the REST API way for the Labeling. I dont get any errors and get an image back but its not labeled. On checking the rest api documentation I find that "If dynamicLayer resource lists canModifyLayer to be false, then only the label properties specified in drawingInfo are honored - use showLabels to turn on/off labels and use labelingInfo to specify how the labels are drawn."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/rest/apiref/index.html?ms_dyn_query.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/rest/apiref/index.html?ms_dyn_query.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That puts a limitation on dynamic layers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;You won't be able to do Identify or Labeling using the 'dynamic workspaces' functionality (i.e. ad hoc adding of data rather than through a map package / mpk) at 10.1.1, but the REST API does support query on dynamic layers. The Java SE Runtime API doesn't have support within the Query classes for this, but look for this at 10.2. &lt;BR /&gt;&lt;BR /&gt;For now to query a dynamic-workspace-style layer, e.g. a shapefile, you would need to construct your own query request, an example is on this page: &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/rest/apiref/ms_dyn_query.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/rest/apiref/ms_dyn_query.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;e.g. Example 1, where 'layer={...}' could be obtained in code from the DynamicLayerInfo of the layer you want to query.&lt;BR /&gt;&lt;BR /&gt;If you'd like more information let me know,&lt;BR /&gt;&lt;BR /&gt;~elise&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jun 2013 13:26:57 GMT</pubDate>
    <dc:creator>SachinKanaujia</dc:creator>
    <dc:date>2013-06-18T13:26:57Z</dc:date>
    <item>
      <title>ArcGIS Runtime 10.1 Java - Dynamic layer capabilities</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-10-1-java-dynamic-layer/m-p/180144#M499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is a way proposed by ESRI to add shapefiles and rasters using a dynamic service created via a blank mpk. But looks like there are very minimal functionalities it supports. How can do the following functionalities on the dynamic layers added to this blank map service?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Query all or specific Layer(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Identify on dynamic layer(s)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Labeling&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to form requests like the REST API but still doesnt seem to work. Is this not supported yet with ArcGIS Runtime 10.1 for Java and is there a possibility that it will be in 10.2&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 22:17:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-10-1-java-dynamic-layer/m-p/180144#M499</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2013-06-12T22:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 10.1 Java - Dynamic layer capabilities</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-10-1-java-dynamic-layer/m-p/180145#M500</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;You won't be able to do Identify or Labeling using the 'dynamic workspaces' functionality (i.e. ad hoc adding of data rather than through a map package / mpk) at 10.1.1, but the REST API does support query on dynamic layers. The Java SE Runtime API doesn't have support within the Query classes for this, but look for this at 10.2. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now to query a dynamic-workspace-style layer, e.g. a shapefile, you would need to construct your own query request, an example is on this page: &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/rest/apiref/ms_dyn_query.html"&gt;http://resources.arcgis.com/en/help/rest/apiref/ms_dyn_query.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g. Example 1, where 'layer={...}' could be obtained in code from the DynamicLayerInfo of the layer you want to query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you'd like more information let me know,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;~elise&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 15:29:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-10-1-java-dynamic-layer/m-p/180145#M500</guid>
      <dc:creator>EliseAcheson1</dc:creator>
      <dc:date>2013-06-14T15:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Runtime 10.1 Java - Dynamic layer capabilities</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-10-1-java-dynamic-layer/m-p/180146#M501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks....There were some issues with the case-sensitivity in the request. Now the Query works fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the REST API way for the Labeling. I dont get any errors and get an image back but its not labeled. On checking the rest api documentation I find that "If dynamicLayer resource lists canModifyLayer to be false, then only the label properties specified in drawingInfo are honored - use showLabels to turn on/off labels and use labelingInfo to specify how the labels are drawn."&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/rest/apiref/index.html?ms_dyn_query.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/rest/apiref/index.html?ms_dyn_query.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That puts a limitation on dynamic layers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;You won't be able to do Identify or Labeling using the 'dynamic workspaces' functionality (i.e. ad hoc adding of data rather than through a map package / mpk) at 10.1.1, but the REST API does support query on dynamic layers. The Java SE Runtime API doesn't have support within the Query classes for this, but look for this at 10.2. &lt;BR /&gt;&lt;BR /&gt;For now to query a dynamic-workspace-style layer, e.g. a shapefile, you would need to construct your own query request, an example is on this page: &lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/rest/apiref/ms_dyn_query.html" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/rest/apiref/ms_dyn_query.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;e.g. Example 1, where 'layer={...}' could be obtained in code from the DynamicLayerInfo of the layer you want to query.&lt;BR /&gt;&lt;BR /&gt;If you'd like more information let me know,&lt;BR /&gt;&lt;BR /&gt;~elise&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 13:26:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/arcgis-runtime-10-1-java-dynamic-layer/m-p/180146#M501</guid>
      <dc:creator>SachinKanaujia</dc:creator>
      <dc:date>2013-06-18T13:26:57Z</dc:date>
    </item>
  </channel>
</rss>

