Monday, November 22, 2010

ArcGIS & ArcPad 10 SP 1

ArcGIS Version 10 Service Packs have been released.

Download the ArcPad 10 SP1 here. (It is a full ArcPad install)

Wednesday, August 18, 2010

ArcPad Data Manager Toolbar: Select Picture Options (ArcGIS 10)

The ArcPad Data Manager toolbar within ArcGIS 10 has an extra page available during the Get Data for ArcPad (Check Out) process. Within this page the user can identify the picture field(s) within the dataset(s), and also define the location where pictures will be stored during the Get Data from ArcPad (Check In) process.

When field data and photos have been collected in the field and then imported back into the ArcGIS/office environment using the Get Data from ArcPad (Check In) tool, the Picture field(s) are populated using the predefined folder location for Pictures and the name of the image (e.g. D:\MyPhotos\Pictures_0001.jpg).


When identifying a point in ArcMap, the ArcGIS 10 dialog lists the point attributes, with the hyperlink function automatically enabled for Picture fields where an image exists. The user can simply click on the Picture field path and the image will be displayed on screen.

Monday, August 16, 2010

ArcPad Check Out Problems

When you check data out for use in ArcPad, the AXF file that gets generated is stamped with the source Geodatabase. This means that when you go to check that data back in, the ArcPad Data Manager for ArcMap and the ArcPad Geoprocessing tools know where the data needs to be uploaded to.

This works really well, because you do not need to place the AXF back in to the same folder that it was checked out to (as you did with previous versions of ArcPad that used shapefiles). The drawback to this is however, when the source workspace is moved: ArcPad has no way of knowing where to put the field edited data.

The simplest way of finding where the Geodatabase should be, is to load the AXF into the ArcPad Data Manager in ArcMap. The source workspace is listed on the form:

If this workspace has a really long path however, you will not be able to see the full path. The other way to find the source workspace is to view the AXF Transaction Log that is stored within the AXF (in the AXF_Properties table). To do this:
  1. Open the AXF in Studio
  2. Start a command window
  3. Copy the SQL statement below, paste it into the window and execute it.
SELECT CONVERT(nvarchar, XML)
FROM AXF_PROPERTIES
WHERE NAME='AXF_TRANSACTION_LOG'

You will see a whole lot of text, which at first may just look like it is in Swahili or some other foreign language, but if you look closely, it is actually XML. The first tag that you will see is CHECKOUT. The third attribute of this tag is 'workspace': the value of this attribute is the source Geodatabase that the AXF was originally generated from.


This is the location that you will need to move the Geodatabase to (temporarily) to allow you to check the data back in.

Monday, August 9, 2010

Application Builder Training - Melbourne - 11 November

RIA Mobile GIS will be holding an ArcPad Application Builder Training Course in Melbourne on Thursday the 11th November. The course will be held in the CBD (venue to be confirmed), using ArcPad Version 10.

To register your interest, please fill out the Registration Form from our web site, and return it to us.

Be quick: Numbers are limited, and early bird discounts apply!

Wednesday, August 4, 2010

Getac E100A Tablet Release


For Mobile GIS users interested in tablet technology, the Getac presents an update on the E100 tablet, the E100A.
The E100A has substantially increased the E100 memory components; doubling the processor from 800MHz to 1.66 GHz,upsizing from 1GB RAM to 2GB RAM and the previous Hard Disk Drive is now a 80GB Solid State Drive.
Manufacturer confidence in the Getac product is shown in the 5 year standard warranty. The E100A will be available soon, contact us for more information.

ArcPad 10 Training - Perth



The popular Using ArcPad training course has been scheduled for Wednesday the 22nd of September in Perth.

Further information on the course can be viewed at the RIA Mobile GIS website here.

RIA Mobile GIS run scheduled and onsite training courses for ESRI software throughout Australia, please contact us if you would like to register your interest for any future training courses.

Monday, August 2, 2010

Handy AXF Export Tools in ArcPad 10

For anyone who missed it, an interesting post was added to the ArcPad Team Blog, explaining some new ways that you can export data directly from the AXF file using ArcPad Studio (version 10). These tools allow you to export from a feature class or table to:
  • Shapefile
  • DBF
  • Microsoft Excel
  • Adobe PDF
Exports to PDFs can be done in two ways: creating a new document, or appending to an existing document. Further information can be found here.

Thursday, July 29, 2010

ESRI Mobile GIS Offerings

To clarify the current the ESRI Mobile GIS product offerings are:
  • ArcPad - ArcPad 10 is designed for Windows and Windows Mobile devices.
  • ArcGIS Mobile - ArcGIS Mobile 10 is for Windows and Windows Mobile devices.
  • ArcGIS for iOS - Apple iOS devices - iPod (Touch), iPhone and iPad.
  • ArcGIS for Windows Phone (Under Development) - Windows Phone 7 Devices.
  • ArcGIS for Android (Under Development, according to the UC 2010 Q&A) - Android OS devices - Smart Phones other Android devices.

Update to the Update

Wow, ESRI sure are making some moves in the Mobile GIS space. There is already an update to my Updated ESRI Mobile Applications, and hence an update to the update on the Mobile Trends Post.

ESRI have added some information to their Mobile GIS site covering the ArcGIS for Windows Phone offering.

ArcGIS for Windows Phone 7

The solution is coming! It will include an application for use on Windows Phone devices and an API that enables developers to create their own applications.

We will keep you posted with regards to the release of both the Windows Phone and Android solutions.

Monday, July 26, 2010

ArcGIS 10 Licencing

ESRI have changed the software Installation, Authorisation and Licencing process for ArcGIS 10.

The software product Downloads and Authorization is all controlled through the New ESRI Customer Care site. The Login to the Customer Care is with your ESRI Global Account.

Resources for Authorisation and Licencing ArcGIS 10 can be found at:

Thursday, July 22, 2010

ArcPad 10 Splash Screen

In ArcPad 10, the welcome (splash) screen has been revamped to simplify the process of loading up a map, and starting data collection in the field. With a single click, you can:
  • create a new empty map
  • create a QuickProject
  • open an existing map
  • open the previous map used
If you want to repeat the same action each time, you can select the "Set as default and don't ask again". In doing this, you will not see this welcome screen again (unless you activate it from the Options menu).

This is all well and good if you want to perform one of these actions at startup, but what if you don't? In a number of our customised applications that we write, we want to start with an empty map, and then load all of the applicable data into the map via code. The logical thing to do was to use the "New Map" option. Unfortunately this action was activated after the loading of applets (where the function to load required data was called). Hence, you got a message saying "Do you want to save your map?" every time it started up.

The workaround that I came up with was to use the timer. Once the applet loads, set a timer for 3 or 4 seconds to allow the "New Map" action to be called, then load the data. This worked ok, but it added a few extra seconds to the startup time. The best solution turned out to be an undocumented feature of ArcPad: adding "/nosplash" parameter to the ArcPad shortcut. This prevents this dialog from ever appearing, leaving the desired outcome of no action at startup!

To add the "nosplash" parameter (desktop):
  1. Right click on the ArcPad shortcut, and select "Properties"
  2. Switch to the Shortcut tab
  3. Under the Target path, add /nosplash to the end (make sure you put a space after the final ")
  4. Click OK
To do the same on Windows Mobile, the easiest way is to customise the ArcPad Today toolbar. More info on this can be found in the Help document.

Tuesday, July 20, 2010

MS Word Tip #2

Those annoying hyperlinks in Microsoft Word have struck again! This time, we were trying to find a simple way to change all visited links back to unvisited; i.e. from purple back to blue. Should be easy, I know, but it isn't.

Here is one way that I found:

  1. Click the "Word Button" (Office 2007)
  2. On the Word Options dialog, go to "Advanced"
  3. Scroll to the very bottom, and select "Web Options"
  4. Switch to the "Files" tab
  5. Uncheck "Update links on save"
Whilst this doesn't stop the hyperlinks from turning purple, if you close down the word document and re-open it, the link will be set back to blue. Again, nothing at all to do with Mobile GIS, but it may come in handy one day!

Saturday, July 17, 2010

Updated ESRI Mobile Applications

Further to my initial Mobile Trends Post, when I discussed mobile support for other OS's there are 2 significant Mobile offerings to come out of the recent conference.

Apple iOS

At this point ESRI have confirmed that support for Apple products is going to be through Apple iOS, and iOS supported devices (iPhone, iPad, etc).

To this end ESRI have already released there second iOS application. This is for Business Analyst and is the BAO for iOS App.
I'm sure we can expect to see more and more of these Apps springing up over time. These Apps are focused applications driven behind the scenes by Data sourced from ArcGIS Online, and utilising the Services offered by ArcGIS Server.

ArcGIS Mobile

There have been 2 significant changes to ArcGIS Mobile:

  1. A template application is now provided for both Windows 32 and Windows Mobile platforms.
  2. A single license of ArcGIS Mobile (Template Application and SDK) is bundled with each ArcGIS Desktop Product (ArcView, ArcEditor, ArcInfo). Additional bundles of 5 licenses can be purchased.

The core of our business is Field Data Capture and Mobile, and hence we would be more than happy to sit down and review your requirements and discuss these and a range of other options with you.

It's All Over - ESRI UC 2010

Well the conference has come to an end for another year, and it certainly has left me with a bit of information overload.

From my point of view there were 3 distinct Data related themes that come out of the event:
  1. The improvements to the flow of the data to, and consolidation of the data from, the ArcGIS Desktop, Server and Mobile products.
  2. The enhancements to the sharing and hosting of the Data online.
  3. The new capabilities and refinements to the tools for the analysis, reporting and mapping of the Data.

All up there have been significant changes to all product offerings and I guess that's part of the reason the version has jumped to V10, instead of V9.4 as originally planned.

Wednesday, July 14, 2010

ESRI UC 2010 Plenary Session Video

The ESRI UC 2010 Plenary Session can be viewed online on Video. The videos can be accessed from the ESRI US site here.

For those interested to see what ESRI has been up to, they are well worth a look.