1 / 38

Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

Developing Mobile Apps with the ArcGIS Runtime SDK for .NET. Rich Zwaap Morten Nielsen. Agenda. The ArcGIS Runtime Getting started with .NET Mapping Editing Going offline Geocoding and routing Using Native Device Capabilities. The ArcGIS Runtime. Runtime Platforms. Desktop. OS X.

gabi
Télécharger la présentation

Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Developing Mobile Apps with the ArcGIS Runtime SDK for .NET Rich Zwaap Morten Nielsen

  2. Agenda • The ArcGIS Runtime • Getting started with .NET • Mapping • Editing • Going offline • Geocoding and routing • Using Native Device Capabilities Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  3. The ArcGIS Runtime Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  4. Runtime Platforms Desktop OS X Windows Desktop Windows Store JavaSE .NET iOS QT Mobile Android Embedded Windows Mobile Windows Phone Developing Mobile Apps with the ArcGIS Runtime SDK for .NET A

  5. Runtime Architecture • Platform API wraps C++ core • You write code in the language of the platform (C#, VB, Java, Objective-C, etc) • No need to be concerned with details of Core iOS OS X Qt WPF Android Java .NET ArcGIS Runtime API C++ ‘Runtime Core’ x86 x64 ARM Developing Mobile Apps with the ArcGIS Runtime SDK for .NET A

  6. Runtime SDK for .NET • APIs for three platforms • Desktop, Store (tablet), Phone • One common API surface Windows Desktop API Windows Phone API Windows Store app API .NET ArcGIS Runtime API C++ ‘Runtime Core’ Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  7. Devices devices devices… Type Presentation Title Here

  8. Getting started with the .NET Runtime where do I get started? Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  9. ArcGIS Runtime SDK • Conceptual doc, API reference, samples, and the developer community • Start here: http://developers.arcgis.com/net • Beta community: https://betacommunity.esri.com • GitHub: Samples, Toolkit, Offline app, Portal Viewer app ArcGIS Runtime SDK Guide API Ref Samples Community C++ ‘Runtime Core’ ArcGIS Runtime API Developing Mobile Apps with the ArcGIS Runtime SDK for .NET A

  10. ArcGIS for Developers http://developers.arcgis.com SDK Content – Documentation, API Reference, Samples Register for a developer account (free) Register applications ClientID for licensing Runtime apps at Basic level Create cloud-hosted services Receive 50 credits per month for development and testing Download ArcGIS Runtime SDKs Can also log in with an ArcGIS Online account Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  11. ArcGIS Runtime SDK for .NET Developer’s Guide Getting started System requirements Installation Tutorials High-level concepts Platform-specific content Desktop Store Phone Sign up for beta at https://betacommunity.esri.com/ http://developers.arcgis.com/net/desktop/guide Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  12. Demo Developer Resources developers.arcgis.com Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  13. Mapping I can haz map in my appz? Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  14. Adding a map • Map class • Defines layers to be shown • Also specifies initial extent and spatial reference • Data object – not rendered directly Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  15. Adding a map • Different layer types for different data sources • ArcGISTiledMapServiceLayer – tiled ArcGIS for Server map services • ArcGISDynamicMapServiceLayer – dynamic ArcGIS for Server map services • ArcGISImageServiceLayer – ArcGIS for Server image services • FeatureLayer – layers within map services and geodatabases • ArcGISLocalTiledLayer – tile packages • More classes for non-ArcGIS data sources (Bing, OpenStreetMap, GeoRSS, CSV, etc) Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  16. Adding a map • MapView class • Control that defines appearance of map within application (position on page, width, height, etc) • Takes Map as a property • Also specifies: • Display of user location (GPS) • Editing behavior via the Editorclass • Map navigation methods and events Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  17. Demo Mapping let’s try it… Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  18. Editing and MVVM, and location display, and… Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  19. Going Offline pulling the plug Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  20. Taking Data Offline – Tiled Map Services • Use ExportTileCacheTaskto take tiled map services offline • GenerateTileCacheAsync– creates a tile package (.tpk) or compact cache • DownloadTileCacheAsync– downloads a .tpk or compact cache • GenerateTileCacheAndDownloadAsync– does both in one call • Feature services – use GeodatabaseSyncTask • GenerateGeodatabaseAsync – creates a geodatabase • Use ArcGISHttpClient to download the result Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  21. Taking Data Offline – Feature Services • GeodatabaseSyncTask– take feature services offline • GenerateGeodatabaseAsync– creates a geodatabase • UseArcGISHttpClientto download the result Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  22. Demo Going Offline let’s pull the plug… Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  23. Sync – Reconnecting with the Data Source • GeodatabaseSyncTask.SyncGeodatabaseAsync • Push updates from the client and download changes from the service • Only changes (deltas) are downloaded/uploaded Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  24. Demo Sync plugging back in Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  25. Fully Disconnected Workflows • Create Runtime Content from ArcMap and include in application • ArcGISLocalTiledLayer – tile packages • FeatureLayer – geodatabases and shapefiles (coming soon) Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  26. Demo Disconnected Workflows:Using Runtime Content Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  27. Routing & Geocoding Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  28. Native Device Capabilities extending your device with your devices Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  29. What’s coming… Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  30. Future Releases • Raster layers – create from local raster data (GDAL) • New vector layers – create from local vector data (geopackage, shapefile, kml) • Analysis functions - add to your layers • 3D viewing • More offline capabilities • Feature service table – equivalence with ArcGISFeatureLayer • Versioned data support • Better support for authoring/reading maps • @ Next release: Some APIs will release items before others… • @ Next, Next release: APIs will be back in sync Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  31. UC Runtime Sessions Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  32. ArcGIS Runtime SDK Sessions – Thursday Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  33. Thank you… Please fill out the session survey: Offering ID: 1665 Online – www.esri.com/ucsessionsurveys Paper – pick up and put in drop box Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

  34. Developing Mobile Apps with the ArcGIS Runtime SDK for .NET

More Related