Tag Archives: ArcGIS Mobile
Partners using the templates
A while ago we ask you to share your stories with the templates. We got some great feedback from our users. So many people are using the data, models, cartography, and sample apps to build and design their system. I ran into GISi at the BPC and found out that not only are users enjoying the templates, but so are our partners. If you are a partner, implementer, integrator and you are using the templates, we are also looking for your experience.
GISi shared a press article with us talking about how they implemented ArcGIS Mobile and the Mobile Map Template in the City of Marietta, GA.
http://www.gis-services.com/i/upload/Article%20-%20Marietta%20Fire%20Mobile%20GIS.pdf
Pre-Release is Coming
I want to thank everyone for their interest and participation in the ArcGIS 10 beta program. As beta 2 is coming to a close, the prerelease version of ArcGIS 10 will be available in the next few days. We encourage you to participate in this prerelease program.
All beta sites, EDN Subscribers, and Partners will receive a detailed e-mail that outlines what software you can receive and the licensing information needed to access it. The email is being sent to the ESRI maintenance contact in your organization.
We look forward to your continued participation and feedback on the next release of ArcGIS
Twitter Poll for ArcGIS Mobile
The ArcGIS Mobile Team is looking for your feedback!
Please cast your vote on the following Polls:
Hardware Devices & Platforms: http://twtpoll.com/zjlqb3
Feature Enhancements: http://twtpoll.com/fs6jn8
Follow us on Twitter: @mgcopping, @jeffshaner and @ffaubry
2010 Developer Summit
We are just one month away from the 2010 ESRI Developer Summit and you can still register and plan on attending this event. ArcGIS 10 will be heavily featured this year and we’ll have a lot of ESRI development staff on site to talk to you about version 10 development.
Palm Springs is a great place to visit in March so make your plans now to join us for the Developer Summit. Check out the agenda for more information on technical sessions and presentations.
Get to know ArcGIS for iPhone at the Developer Summit
The iPhone has shaken up the smartphone industry. It’s a powerful, flexible and connected platform, and we’re really excited to be bringing you tools at ArcGIS 10 to help you make the most of it.
There will be three sessions at the 2010 DevSummit aimed specifically at getting you up-to-speed on our iPhone work, so if you want to find out what you’ll be able to do with the API and with our iPhone application, try to fit these into your schedule.
Day 1
At 4:30pm (the last timeslot) on Day 1, A Developer’s Guide to Mobile GIS will introduce you to developing with ESRI’s mobile products, covering ways to build your own mobile apps as well as how to configure the out-of-the-box apps. It’ll provide your first insight into our iPhone offerings and will encompass both iPhone and Windows Mobile development.
Day 2
At 2:45pm, Using and Configuring ESRI’s Mobile Technology will discuss authoring and publishing mobile web maps (which applies to both Windows Mobile and iPhone) before talking more specifically about the out-of-the-box applications we provide.
You’ll be able to stay in your seat after that for Developing Applications with the ArcGIS for iPhone API which will show you how to use our new API to build custom iPhone (and iPod Touch) apps making use of ArcGIS Online or your own ArcGIS Servers.
If you have to skip Developing Applications with the ArcGIS for iPhone API, you can catch it again on Day 3 at 1:30pm (and remember that we’re recording all our sessions and putting them online after the DevSummit).
How is your iPhone programming?
We hope you’ll find these sessions useful and we’re looking forward to showing you what we’ve been up to with iPhone and ArcGIS Mobile. If you’re planning on making use of our new iPhone products, please spare a minute to take the poll and let us know about your experience in iPhone development.
Mobile Team
ArcGIS for iPhone SDK Update
A new update of the ArcGIS for iPhone SDK is now available for download!
This update contains a number of quality improvements in areas such as adding layers on-the-fly, using the GPS, handling a variety of cached services, and performing map navigation.
The following API changes have been made which require you to modify and recompile your code.
1. The updateLocation property on the MapView has been removed. A new gps property has been added which allows you to configure how the map responds to the GPS.
2. A new infoTemplate argument has been added to AGSGraphic graphicWithGeometry:symbol:attributes:infoTemplate: method. You need to update your code and pass in nil for the infoTemplate argument otherwise you will encounter the warning “AGSGraphic may not respond to ‘+graphicWithGeometry:symbol:attributes’ “ and may even experience random crashes.
We encourage you to upgrade to this latest SDK and continue sending us your feedback. We will be working hard over the next few weeks trying to further improve quality, add new features, and improve the SDK documentation.
If you have been using the SDK and want to share your experiences, please send an email ArcGIS4iPhone@esri.com. We look forward to your feedback!
Mobile team
9.4 and the Water Resource Center – Mobile Map Template
In the upcoming months, we will try to pull out some key pieces from 9.4 and start discussing how the templates will take advantage of the new functionality and how they will affect the water community. Our first post, we will take a look at ArcGIS Mobile and the Mobile Map Template that was based on this platform.
At 9.3 and 9.3.1, the ArcGIS Mobile platform included a SDK or developer kit and an out of the box application for Windows Mobile 5/6 handheld devices. We used this SDK for the Mobile Map template that you can download from the water resource center. At 9.4, ArcGIS Mobile is also going to include an out of the box tablet based application. This application has been designed for the field personal using a touch base PC. So it is very easy to navigate and interact with. This application is also extendable, so you can use the base application and add extensions that provide custom functions or workflows.
At 9.4, we are going to release a configuration of the Out of the Box ArcGIS Mobile Tablet application with several Add-Ins focused on the field workflows for the water community. The Add-Ins will emulate the functionality in the current Mobile Map Template. They will be starting point to show you how to extend the Out of the Box mobile application to fit into your utilities workflows. The goal is that you will be able to use a core, supported mobile application, and just provide the add-ons to support your needs.
The ArcGIS Mobile framework has many new enhancements that the water community will be able to take advantage of. The most intriguing is the new supported data formats. ArcGIS Mobile now supports both Operational Layers and Basemaps. This means, you can separate the data into two different storage types.
Your operational data is the data that you interact with, so data that you search, identify, and edit. This is your water mains, sewer lines, valves, manholes, catch basins, etc. This operational data is stored in the mobile cache format, which is a representation of your geodatabase. This representation or cache stores the geometry, attributes and symbology. By caching the data on the device, it allows the field personal to work disconnected from the office, but anytime you have a connection to the office, this data can be updated, and changes made in the field can be pushed back to the office.
Your basemap is the data that helps your field personnel orient themselves, locate a particular asset or facility, and it provides a reference for the operational data. In the past, the basemap data was included in the operational data cache and typically has been larger than the operational data. This made managing the cache a lot harder.
At 9.4, the basemap data can be stored or delivered in a number of ways. One way basemap data can be delivered to your field personnel is directly from ArcGIS Server in the form of a tiled map service. This means that none of the basemap data has to be deployed to the device. ArcGIS mobile leverages the internet to retrieve the tiles and displays them for the user. Those tiles are stored on the device for your session, so once they are retrieved, that can be used again and again, until the application shuts down. This can be ArcGIS Online tile map services or map services that your organization authors. The upside here is that only the operational data, or mobile cache, has to be managed on the device. All the basemap data is provided by a map service. That map service can deliver a tremendous amount of information to the user for the area they are working in. Those tiles retrieved for the mobile worker persist for the user’s session, so once a tile is retrieved once, it saved on the device so it can be reused in that session. The downside with this approach is that a data connection is required. So you will want to look at your network coverage in your area and data fees before settling on this approach for your basemap data.
If you do not have a persistent internet connection but want to provide a large amount of basemap information on your mobile devices, there is another option at 9.4 that allows you to deliver content in a compressed format. Those same tiles that ArcGIS server is reading and delivering to the field personnel through the map service, can be copied local to the device and used just like any raster dataset. This allows you to extract out an area of interest at a series of scales and provision the device with this content. If you worked with an ArcGIS Server tiled cache in the past, you know that there can be lots of files that make up the server cache and moving this number of files around can take a long time. ArcGIS 9.4 has a new cache format called compact. This compact cache format bundles up a large number of tiles into one set of files. It significantly reduces the number of files that need to be copied and reduces the amount of disk space required. There are also geoprocessing tools that allow you to extract out a section of the cache. So you can build one large cache, covering your entire service area and pull out sub areas to reduce the amount of data that you would have to deliver to support a field application.
ArcGIS Mobile at 9.4 has many improvements and enhancements, we focused on the application and the data because we see these as important changes that the community will want to take advantage of. The new application and the supported data formats will allow you to deliverer both a better application and better maps to you field users. With an out of the box application that is extendable, you can focus on the workflows for the field personal and simplifying them with custom Add-ins without developing an entire application. The new data formats will allow the field to use better basemaps and reduce the data that needs to be managed on the device.
Updated Training Plan for Water, Wastewater and Stormwater Utilities
We recently completed our first revisions to the Training Plan for Water, Wastewater and Stormwater Utilities that we initially released in early November.
We’ve made some minor content changes based on feedback from water utilities, done some formatting clean up and also significantly reduced the file size by optimizing the graphics in the document. So it should be much easier to download and email the plan now. You can download the updated Training Plan below.
