Building Applications with the ArcGIS Runtime SDK for Windows Mobile July 25th Building Applications with the ArcGIS Runtime SDK for Windows Mobile Jay Chen Justin Colville
What we will cover today ArcGIS What is ArcGIS Runtime SDK for Windows Mobile Software Development Kit Application SDK Introduction and Key Concepts Demos (MPC and App Extensions) Core SDK Architecture What’s new SDK Demo Routing Road ahead
ArcGIS
ArcGIS is a Complete System Managing and working with geographic information Online (public or private cloud) Server (on premises or private cloud) Desktop Mobile/devices Content Cloud Enterprise Web Mobile Desktop Visualize Create Collaborate Discover Manage Analyze Many deployment options
Esri Mobile Technologies Mobile capabilities of the ArcGIS system Apps and APIs iOS Windows Phone Android Linux Windows Mobile Windows 7 Platforms ArcGIS Mobile Form Factors Functionality
What is mobile GIS? Carry your maps to the field Extends the reach of ArcGIS from the office to the field Carry your maps to the field Collect and update geographic information Track and geo-collaborate Replaces paper based workflows Easier access to dynamic information Multiple users seamlessly using the same map
What are the key benefits of mobile GIS? Leverage your investment in ArcGIS Improve efficiency and accuracy of field operations Rapid data collection and seamless data integration Enable free flow of information between devices/desktops Help to make informed and timely decisions
Apps and SDKs Windows Mobile Windows Windows Phone 7 iOS Android Linux .ArcGIS Apps ArcGIS ArcGIS Explorer Apps ArcGIS Apps ArcGIS for iOS Apps ArcGIS Runtime SDK .NET CF Runtime SDKs WPF, Java Runtime SDK Silverlight Runtime SDK Objective C Runtime SDK Java Runtime SDK Java
Mobile Applications ArcGIS running on … Windows Mobile Android Microsoft Windows Phone iOS Windows Rugged and Embedded Devices Smartphones and Tablets
ArcGIS for Mobile on Rugged Devices Windows and Windows Mobile Devices Designed for harsh field conditions One handed/vehicle-mounted use Occasionally connected workflows High accuracy data collection GPS/GNSS integration Laser integration Replace Paper Surveys Intelligent forms Barcodes Sensor integration Land Management Water Facilities Mapping Asset Maintenance/Inspection Emergency Operations Service Requests
The Windows Mobile platform A strategic platform Customers are purchasing new devices with Windows Mobile OS today Vendors still releasing new devices Rugged devices offer advantages Truly rugged (IP rated) Battery life Positional accuracy Sensor integration
What is ArcGIS for Windows Mobile?
ArcGIS for Windows Mobile Windows and Windows Mobile Devices ArcGIS for Windows Mobile Rapid Deployment of Maps, Apps & Projects Task-based, Workflow Driven User Experience Disconnected Synchronization of Data between Field & Office Focused Mobile Applications High Accuracy Data Collection Users have little GIS training Scalable to large field workforce
Mobile Project Center Create projects for Field Applications Configure workflows and data Project packaging Project verification Publish and share projects Local On-Premise Server Cloud (ArcGIS.com)
Field Applications View and identify features Measure distance, areas, features Adhoc and pre-defined queries GPS/GNSS data collection High accuracy collection Forms centric editing Intelligent field types driven by data model Field validation GPS logging
New in 3.0 Simplified data collection experience Support for geodatabase attachments Geometry editing (WM) Improved GPS/GNSS display Waypoint navigation Auto-populate of attributes Portal support
ArcGIS for Windows Mobile Windows and Windows Mobile Devices ArcGIS Runtime SDK for Windows Mobile Coarse-grained .NET API Extend COTS application Create focused Mobile GIS applications Embed ArcGIS into existing line of business applications Included in Setup Help and Samples location at the Mobile Resource Center
Software Developer Kit
Software Developer Kit Core SDK API Builds new field applications from scratch Embed GIS into existing Line-of-business applications Connected or occasionally connected filed operations Conceptual Documentation, API Reference, VS components & templates Application SDK API Extends ready-to-deploy applications Creates new tasks or customizing existing functions Available for Windows and Windows Mobile Sample Code
Core SDK and Application SDK Win Forms Windows Mobile WPF Application SDK Network Resources Microsoft Visual Studio 2008 Sync Agents UI Controls Spatial Reference GPS Geometry Mobile Cache Core SDK .Net Framework /.Net Compact Framework
Application SDK
Application SDK Designed for ready-to-deploy tablet and Windows Mobile applications Allows developers to customize the applications Changes existing tasks/functions Integrates new business logic and Implementations Custom Map Layer New Tasks Custom Menu Items And more…
Example – Simplified Fire Data Collection
Example – Provide Turn-by-Turn Navigation
Key Concepts MobileApplication Project Task Extension Represents the instance of mobile application on device Project A device may contain multiple projects The app can open one project at a time Task Defines a workflow for field operation Embeds business logic Creates an entry on Select Task Page Extension Changes behavior of existing Tasks or functions Needs to hook up to an extensible point in framework Either modifies existing workflow or introduce new business logic
Extensible Points Various events Existing Pages/Dialogs MapPage View/EditAttributesPage MenuDialog SettingsPage and more…
How to construct a workflow? MobileApplication.current.Transition() MobileApplication.current.ShowDialog()
Demo - Custom Task/Extension Deployment
Demo – Create wellpad Task
Demo – Environment Analysis Extension
How to Get Started? Project Templates Developer Help SDK Samples Seamless integration with Visual Studio IDE Creates Task or ProjectExtension solutions Supports both Windows and Windows Mobile Includes VS project for MPC Developer Help Discusses architecture of the framework Reveals extensible points with code snippets SDK Samples Demonstrates various extensible points
Core SDK
Core SDK API Map GPS MapAction Mobile Service Connection Sync Agents Feature Source Annotation Layer Mobile Cache Tile Cache/StreetMap
What’s new with the Core Framework at 3.0 Attachment API New operations exposed in Geometries namespace (Buffer, Union, Cut…) Geodesic calculation Routing API API for creating indexes for SQLite database
SDK - Routing
Routing RouterFactoryClass rfc = new RouterFactoryClass(); IRouter _route = rfc.CreateRouter(@“<PATH>\Streets.rs"); StreetMapDataset _dataset = new StreetMapDataset(@“<PATH>\_navteq_na.navmap"); StreetMapLayer _layer = new StreetMapLayer(_dataset); _dataset.Open(); mapControl1.MapLayers.Add(_layer);
Routing //reverse geocode location = _dataset.FindLocation(mapCoordinate); //geocode Locator locator = _dataset.Locators[0]; LocatorFilter statefilter = locator.GetNextFilter(); LocatorFilter cityfilter = locator.GetNextFilter(); List<LocatorResult> target = new List<LocatorResult>(housefilter.GetResults()); List<Location> result = List<Location>(target[0].GetLocationCandidates());
Routing StopCollectionClass stopsCollection = new StopCollectionClass(); //Add StopClass to the StopCollectionClass stopsCollection.Add(); IDirections directions = _route.Solve(stopsCollection, null); IDirectionsSummary summary = directions.Summary; IDirectionCollection directionCollection = directions.Items;
Licensing
Licensing ArcGIS Server Advanced Enterprise ArcGIS Desktop Unlimited deployments ArcGIS Desktop Includes one deployment Deployment packs of 5 or 50 are available ArcGIS Server Advanced Workgroup and Standard Enterprise Desktop
Roadmap
Trimble Positions Just announced GeoCollector for ArcGIS Enhances data collection capabilities Extension of the field applications Integrates into the data collection workflow Positional accuracy Post-processing capability Real-time
Roadmap 3.1 Release Looking ahead Native camera support for the Windows Field App Performance improvements Bug fixes Looking ahead Improvements to the Windows Field App data collection experience StreetMap routing and geocoding support in Windows Field App Extend auto-populate capabilities Leverage hosted feature services
User Conference What to do and see…
Sessions To Attend Road Ahead – ArcGIS for Mobile Devices Thursday July 26, 10:15am - Ballroom 06 B Developing GeoCollector Solutions for ArcGIS Thursday July 26, 1:55pm - Room 01 A GeoCollector for ArcGIS Thursday July 26, 2:20pm - Room 01 A
Steps to evaluate UC sessions My UC Homepage > “Evaluate Sessions” Choose session from planner OR Search for session www.esri.com/ucsurveysessions
Thank you for attending Have fun at UC2012 Open for Questions Please fill out the evaluation: www.esri.com/ucsessionsurveys Offering ID: 733