{"id":288352,"date":"2019-12-01T20:14:30","date_gmt":"2019-12-02T04:14:30","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcuser&#038;p=288352"},"modified":"2019-12-01T21:03:31","modified_gmt":"2019-12-02T05:03:31","slug":"arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support","status":"publish","type":"arcuser","link":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support","title":{"rendered":"ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support"},"author":1031,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[10732,10772,25002],"tags":[35332,266502,1251],"arcuser_issues":[397082],"class_list":["post-288352","arcuser","type-arcuser","status-publish","format-standard","hentry","category-arcgis-runtime-sdks","category-arcgis-utility-network","category-developers-corner","tag-arcgis-arcade","tag-defense","tag-public-safety","arcuser_issues-fall-2019"],"acf":{"short_description":"ArcGIS Runtime SDKs 100.6 is a major milestone in the capabilities it adds.","pdf":{"host_remotely":false,"file":"","file_url":""},"flexible_content":[{"acf_fc_layout":"pdf","file":288392},{"acf_fc_layout":"content","content":"The release of ArcGIS Runtime SDKs 100.6 is a major milestone in terms of the capabilities it adds and in how Esri will plan the content of releases going forward. This version introduces a track-focused road map.\r\n\r\nFor 100.6, these tracks are:\r\n<ul>\r\n \t<li>Utilities<\/li>\r\n \t<li>Public safety and defense<\/li>\r\n \t<li>ArcGIS platform support<\/li>\r\n<\/ul>\r\nWhile these tracks were the drivers for the capabilities added at this release, the new capabilities have broad applications.\r\n<h3>Work with ArcGIS Utility Network Management<\/h3>\r\nFor the first time, ArcGIS Runtime SDKs expose the capabilities of ArcGIS Utility Network Management extension, Esri\u2019s new technology for managing, analyzing, and representing operational networks. You can now write mobile apps that not only allow you to display and interrogate networks, but also perform traces against them.\r\n\r\nEsri provides APIs to read network properties and definitions and understand associations between network elements and between network elements and their geographic feature representations. APIs for network tracing were also added. Set one or more start points on a network (either on a junction or a terminal or along an edge), and (optionally) any number of barriers, and perform a trace. Traces are lightning fast but this only hints at future ArcGIS Utility Network Management capabilities.\r\nAt this release, all ArcGIS Utility Network Management capabilities are service based and require a network connection. More capabilities, including working offline, will be added in future releases. Additional ArcGIS Runtime SDK samples will be available to show you how to take advantage of this major new technology.\r\n\r\nThe previous release introduced annotation and reference scale, which support working with utilities. Annotation support is improved at the current release with the ability to take annotation services offline and work with annotation sublayers. Taking annotation offline is a read-only workflow for now. An ArcGIS Runtime SDK app can be updated by being synchronized with an annotation service. These capabilities will expand over the next few releases.\r\n\r\nNavigation enhancements were also driven by utility customers but have a broad range of applications. Developers working with the ArcGIS Runtime SDKs have long been able to provide turn-by-turn directions, when connected and when offline, but developers have had to write a fair bit of custom code to provide an interactive navigation experience.\r\n\r\nThe new Navigation API makes it easy to integrate navigation directly into a ArcGIS Runtime app. Note: Using the Navigation API in a production app requires licensing an ArcGIS Runtime SDK at the Basic level. This release includes APIs to alert you of upcoming maneuvers. It also detects when you\u2019ve wandered off route and automatically re-routes you when using a local network dataset.\r\n\r\nOffline capabilities have been driven by the requirements of utilities apps but are applicable to so many other use cases. This version introduces scheduled updates, which augment the preplanned offline workflow by generating and storing periodic read-only delta updates on the server that are ready for clients to download. An ArcGIS Runtime app can check with the server to see which updates will make it current, download them, and apply them in sequence.\r\n\r\nScheduled updates take advantage of the preplanned offline workflow performance benefits of \u201cgenerate once, distribute broadly.\u201d A client won\u2019t have to choose between waiting for the next scheduled full replica to be generated or kicking off a sync, which places a burden on the server and doesn\u2019t scale the same way as the preplanned workflow does.\r\n\r\nScheduled update deltas can coexist alongside preplanned replicas. ArcGIS Runtime SDKs will intelligently make local data current by determining if it is better to download the latest replica or download a sequence of deltas. Adding support for scheduled updates adds access to an offline geodatabase\u2019s generation ID. Now ArcGIS Runtime apps will cleanly close mobile map packages (MMPKs). Esri also included memory usage and performance improvements (particularly with symbology) when parsing MMPKs.\r\n\r\nOver the last year, more than 300 people participated in AR\/VR in ArcGIS Runtime, the augmented reality\/virtual reality Esri Early Adopter program. With 100.6, those capabilities are out of beta and ArcGIS Runtime is AR enabled for iOS and Android devices.\r\n\r\nDelivering a truly exceptional AR experience across a range of use cases requires customization, configuration, and calibration. To support that, Esri will be providing rich open source toolkit components to help build tabletop and full-scale AR experiences on top of the base components the ArcGIS Runtime SDKs expose.\r\n<h3>Public Safety and Defense<\/h3>\r\nDriven by a specific set of mission-critical requirements, public safety and military symbology must be highly readable and immediately recognizable. It must cover a range of expected and unexpected situations because the stakes for misreading a map often cannot be higher.\r\n\r\nWith 100.6, Esri introduces improved support for this symbology that is being built into the entire ArcGIS platform, which uses a dictionary renderer to access symbols in a style file and is powered by ArcGIS Arcade. This enhancement exposes complex attribute-driven rendering for use in any kind of app.\r\n\r\nUse Arcade to define dictionary-driven, complex symbology using multiple feature attributes. For example, with a little Arcade customization, you can directly symbolize restaurants on the map and show not only locations and types but also ratings and whether a restaurant is currently open.\r\n\r\nMany Open Geospatial Consortium, Inc. (OGC) services use parameter-based authorization schemes for access. Esri now supports the use of these authorization keys, as well as any custom parameters, for Web Feature Service (WFS), Web Map Service (WMS), and Web Map Tile Service (WMTS) layers.\r\n\r\nWith this release, you can modify a KML file or author one from scratch, save it, and share it with others directly from a ArcGIS Runtime SDK app. <em>Note: Creating and editing a KML file in a production app requires licensing an ArcGIS Runtime SDK at the Standard level.<\/em>\r\n<h3>ArcGIS Platform Support<\/h3>\r\nThis release also adds capabilities that are driven by the ArcGIS platform:\r\n<ul>\r\n \t<li>MMPKs now support Group layers.<\/li>\r\n \t<li>ArcGIS Runtime SDKs open WFS layers from a web map.<\/li>\r\n \t<li>You can identify and select features in a point scene layer.<\/li>\r\n<\/ul>\r\nScene layers, feature layers, and graphics overlays can have a vertical offset defined for use in a scene.\r\nVarious line styles and symbology sets have been updated.\r\n\r\nEsri has fixed multiple bugs and made improvements in performance and memory usage, particularly in the use of dictionary renderers, Arcade, and when working with MMPKs. See the release notes for\u00a0Android,\u00a0Qt,\u00a0.NET,\u00a0Java, and\u00a0iOS\u00a0SDKs for specific details.\r\n<h3>Get Started<\/h3>\r\nTo get 100.6, go to the\u00a0<a href=\"http:\/\/developers.arcgis.com\/arcgis-runtime\">ArcGIS for Developers<\/a>\u00a0 website, browse to the ArcGIS Runtime SDK page of your choice, and download the SDK. You can also reference it through NuGet, Gradle, or CocoaPods. If you\u2019re new to developing with ArcGIS Runtime SDKs and don\u2019t have an ArcGIS for Developers subscription, <a href=\"http:\/\/developers.arcgis.com\/sign-up\">simply sign up<\/a> for a free account. You\u2019ll be able to access everything you need to develop your app."}],"references":null},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support<\/title>\n<meta name=\"description\" content=\"The release of ArcGIS Runtime SDKs 100.6 is a major milestone in terms of the capabilities it adds and in how Esri will plan the content of releases going forward. This version introduces a track-focused road map.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support\" \/>\n<meta property=\"og:description\" content=\"The release of ArcGIS Runtime SDKs 100.6 is a major milestone in terms of the capabilities it adds and in how Esri will plan the content of releases going forward. This version introduces a track-focused road map.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2019-12-02T05:03:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2019\/11\/4q19_runtime1006_card.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Esri\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support\",\n\t            \"name\": \"ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2019-12-02T04:14:30+00:00\",\n\t            \"dateModified\": \"2019-12-02T05:03:31+00:00\",\n\t            \"description\": \"The release of ArcGIS Runtime SDKs 100.6 is a major milestone in terms of the capabilities it adds and in how Esri will plan the content of releases going forward. This version introduces a track-focused road map.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468\",\n\t            \"name\": \"Monica Pratt\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"contentUrl\": \"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg\",\n\t                \"caption\": \"Monica Pratt\"\n\t            },\n\t            \"description\": \"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.\",\n\t            \"sameAs\": [\n\t                \"https:\/\/x.com\/ArcUser\"\n\t            ],\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support","description":"The release of ArcGIS Runtime SDKs 100.6 is a major milestone in terms of the capabilities it adds and in how Esri will plan the content of releases going forward. This version introduces a track-focused road map.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support","og_locale":"en_US","og_type":"article","og_title":"ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support","og_description":"The release of ArcGIS Runtime SDKs 100.6 is a major milestone in terms of the capabilities it adds and in how Esri will plan the content of releases going forward. This version introduces a track-focused road map.","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2019-12-02T05:03:31+00:00","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2019\/11\/4q19_runtime1006_card.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support","url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support","name":"ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2019-12-02T04:14:30+00:00","dateModified":"2019-12-02T05:03:31+00:00","description":"The release of ArcGIS Runtime SDKs 100.6 is a major milestone in terms of the capabilities it adds and in how Esri will plan the content of releases going forward. This version introduces a track-focused road map.","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/arcgis-runtime-sdks-focus-on-utilities-public-safety-and-platform-support#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"ArcGIS Runtime SDKs Focus on Utilities, Public Safety, and Platform Support"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/82e5143bcdebadf8fd64d84e503ca468","name":"Monica Pratt","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","contentUrl":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2018\/08\/MonicaMug_agol2.jpg","caption":"Monica Pratt"},"description":"Monica Pratt is the founding and current editor of ArcUser magazine, the executive editor of ArcNews magazine, the editor of Esri Globe and head of the Publications team at Esri. She has been writing on technology topics, specializing in GIS, for more than 30 years. Before joining Esri in 1997, she worked for newspapers and in the financial industry.","sameAs":["https:\/\/x.com\/ArcUser"],"url":""}]}},"sort_order":"17","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/288352","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcuser"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/1031"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/288352\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=288352"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=288352"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=288352"},{"taxonomy":"arcuser_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser_issues?post=288352"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}