<?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: Runtime 100.0.0 thoughts and questions in Java Maps SDK Questions</title>
    <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701606#M2129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px;"&gt;3) Symbols and renderers&lt;/P&gt;&lt;P style="border: 0px;"&gt;a) What model&amp;nbsp;formats , apart from .dae, are supported for&amp;nbsp;ModelSceneSymbol?&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;A href="http://www.assimp.org/main_features_formats.html" style="color: #954f72; text-decoration: underline; font-size: 14px;"&gt;http://www.assimp.org/main_features_formats.html&lt;/A&gt;, here you can find a list of the supported formats for a ModelSceneSymbol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2016 09:44:03 GMT</pubDate>
    <dc:creator>JohnathonMalott</dc:creator>
    <dc:date>2016-12-22T09:44:03Z</dc:date>
    <item>
      <title>Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701603#M2126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Runtime Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Below, I would like to share my thoughts about the new Runtime release and also ask about some new specific features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Raster data support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is great to see that no more World files are required to display GeoTiff and NITF files. Also, on-the-fly datum transformation and reprojection are now supported. It would be great, if you could add the latter to the documentation: &amp;nbsp;&lt;A class="link-titled" href="https://developers.arcgis.com/java/latest/guide/spatial-references.htm" title="https://developers.arcgis.com/java/latest/guide/spatial-references.htm"&gt;Spatial references—ArcGIS Runtime SDK for Java | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Probably, for the most of users, the list of supported formats is sufficient, but in my scenario, I would like to being able to consume METOC data i.e. GRIB, NetCDF and Drone Imagery as well. Thus, this is leading me to the following question:&lt;/P&gt;&lt;P&gt;a) Is there any option you consider adding Image Service capability to the Local Server? Being able to directly add/register new rasters to the shared mosaic dataset, bypassing mobile mosaic dataset, &amp;nbsp;would be great advantage. Also, performing raster analysis using raster functions would be an another asset for the users. I suppose, at some point in the future, all of these would be supported natively. What are your plans for supporting more raster formats?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Geoprocessing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide any sample showing how to properly initialize&amp;nbsp;FeatureCollectionTable in order to pass it to the&amp;nbsp;GeoprocessingFeatures? Or, there is another, simpler option? Also, I am glad to see that resulting map service with raster data does not crash on my machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Symbols and renderers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) What model&amp;nbsp;formats , apart from .dae, are supported for&amp;nbsp;ModelSceneSymbol?&lt;/P&gt;&lt;P&gt;b) Will you support Military Overlay point clustering/aggregation?&lt;/P&gt;&lt;P&gt;c) Will you open the rule engine specification for dictionary renderer, so developers could leverage their customs symbols within ArcGIS Runtime?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4) Layers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) Will you support displaying shapefile? Default reprojection and retrieving field names are also very welcome.&lt;/P&gt;&lt;P&gt;b) What OGC layers (along with their capabilites) will be supported? I would be nice to have&amp;nbsp;a WMS, WMTS and WFS fully support in ArcGIS Runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance for the answers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2016 07:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701603#M2126</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2016-11-30T07:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701604#M2127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is how you can create a feature collection table and add a feature to use with Geoprocessing. In a future release it should be possible to get default parameter values from the service reducing how much code you would need but at 100.0.0 the following is what you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeoprocessingFeatures featuresParam = new GeoprocessingFeatures();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// create a table&lt;BR /&gt; final ArrayList&amp;lt;Field&amp;gt; fields = new ArrayList&amp;lt;Field&amp;gt;();&lt;BR /&gt; fields.add(Field.createString("MyString", "MyString", 50));&lt;BR /&gt; fields.add(Field.createShort("MyShortInt", "MyShortInt"));&lt;BR /&gt; fields.add(Field.createInteger("MyLongInt", "MyLongInt"));&lt;BR /&gt; fields.add(Field.createFloat("MyFloat", "MyFloat"));&lt;BR /&gt; fields.add(Field.createDouble("MyDouble", "MyDouble"));&lt;BR /&gt; fields.add(Field.createDate("MyDate", "MyDate"));&lt;BR /&gt; FeatureCollectionTable table = new FeatureCollectionTable(fields, GeometryType.POINT, &amp;nbsp;&amp;nbsp;&amp;nbsp;SpatialReferences.getWebMercator());&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// create a feature in the table&lt;/P&gt;&lt;P&gt;Feature feature = table.createFeature();&lt;BR /&gt; feature.setGeometry(new Point(0.0, 0.0, SpatialReferences.getWebMercator()));&lt;BR /&gt; feature.getAttributes().put("MyString", "string");&lt;BR /&gt; feature.getAttributes().put("MyShortInt", (short) 1);&lt;BR /&gt; feature.getAttributes().put("MyLongInt", 100);&lt;BR /&gt; feature.getAttributes().put("MyFloat", 1.5f);&lt;BR /&gt; feature.getAttributes().put("MyDouble", 100.5);&lt;BR /&gt; feature.getAttributes().put("MyDate", new GregorianCalendar());&lt;/P&gt;&lt;P&gt;try {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;table.addFeatureAsync(feature).get();&lt;BR /&gt; } catch (InterruptedException | ExecutionException e) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;e.printStackTrace();&lt;BR /&gt; }&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// set the table into the GP parameter&lt;/P&gt;&lt;P&gt;featuresParam.setFeatures(table);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 18:24:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701604#M2127</guid>
      <dc:creator>ColinAnderson1</dc:creator>
      <dc:date>2016-12-09T18:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701605#M2128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Colin for the snippet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Dec 2016 06:12:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701605#M2128</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2016-12-12T06:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701606#M2129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="border: 0px;"&gt;3) Symbols and renderers&lt;/P&gt;&lt;P style="border: 0px;"&gt;a) What model&amp;nbsp;formats , apart from .dae, are supported for&amp;nbsp;ModelSceneSymbol?&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;/P&gt;&lt;P style="border: 0px;"&gt;&lt;A href="http://www.assimp.org/main_features_formats.html" style="color: #954f72; text-decoration: underline; font-size: 14px;"&gt;http://www.assimp.org/main_features_formats.html&lt;/A&gt;, here you can find a list of the supported formats for a ModelSceneSymbol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 09:44:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701606#M2129</guid>
      <dc:creator>JohnathonMalott</dc:creator>
      <dc:date>2016-12-22T09:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701607#M2130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johnathon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your valuable input. One by one, I receive some good answers;-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2016 10:30:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701607#M2130</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2016-12-22T10:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701608#M2131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;SPAN style="background-color: #ffffff;"&gt;b) Will you support Military Overlay point clustering/aggregation?"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Probably not for a while.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff;"&gt;"c) Will you open the rule engine specification for dictionary renderer, so developers could leverage their customs symbols within ArcGIS Runtime?"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;We will provide a way for users to develop their own custom symbols soon, with the help of ArcGIS Pro.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff;"&gt;"a) Will you support displaying shapefile? Default reprojection and retrieving field names are also very welcome."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Yes. Sometime in 2017.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff;"&gt;"b) What OGC layers (along with their capabilites) will be supported? I would be nice to have&amp;nbsp;a WMS, WMTS and WFS fully support in ArcGIS Runtime."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;WMTS and WMS layers will come first. &amp;nbsp;All capabilities that were there in previous versions. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;WMTS will be in Update 1.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Working on WMS as we speak, but not sure yet if this is Update 1 or Update 2 (2017).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;We are hoping to add WFS support in a future release.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Adam, as always, your questions and feedback are gold to us. Thank you again.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Dec 2016 17:21:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701608#M2131</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2016-12-30T17:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701609#M2132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great news for the New Year! &amp;nbsp;Thank you for these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to clarify -&amp;nbsp;&lt;STRONG style="background-color: #ffffff; border: 0px; font-weight: bold;"&gt;"c) Will you open the rule engine specification for dictionary renderer, so developers could leverage their customs symbols within ArcGIS Runtime?"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Being able to create custom symbols is one thing, another one is to specify how to display them. I meant rather rule engine, so I could prepare my own logic of parsing symbol id's and matching them to corresponding symbol layers. What would open up many new, situation awarness workflows in Runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, could you please refer to Local Image Service support as mentioned in 1 a, if possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jan 2017 06:53:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701609#M2132</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2017-01-02T06:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701610#M2133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if you were able to access raster files, including raster mosaics, without Local Server? Wouldn't you want to be able to directly read, query, perform raster functions, and apply rendering to those, instead of having to use the overhead of Local Server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're moving to a point where the power of the Local Server will focus more on analytics and geoprocessing, primarily. Since maps, feature data, raster data, symbology, Network, search and geocoding, all of that are no longer dependent on Local Server, it comes down to locally-used advanced GP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 02:13:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701610#M2133</guid>
      <dc:creator>EricBader</dc:creator>
      <dc:date>2017-01-12T02:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime 100.0.0 thoughts and questions</title>
      <link>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701611#M2134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on what you said,&amp;nbsp;we can expect such functionality in the near future. Great to hear that!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jan 2017 06:06:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/java-maps-sdk-questions/runtime-100-0-0-thoughts-and-questions/m-p/701611#M2134</guid>
      <dc:creator>nita14</dc:creator>
      <dc:date>2017-01-12T06:06:45Z</dc:date>
    </item>
  </channel>
</rss>

