
This time we’ll examine ESRI’s Virtual Campus in a bit more detail. Let’s start with the index page, http://www.esri.com/training/index.html. Here you can get a good overview of what the program has to offer. Clicking on the Virtual Campus link http://campus.esri.com/ brings you to the Virtual Campus home page. The courses are described as self-paced and you will see there are quite a few choices.
In the lower left corner, choose “Tour the Campus.” Clicking through the arrows provides a description and a short summary of the available resources. In the upper left portion of the home page is the listing of the three major categories the courses are grouped in: GIS Science (GIScience), GIS Technology and GIS Applications.
GIS Technology is focused primarily on the implementation of ArcGIS, which is the new modular packaging for the current generation of ESRI products. There is a free course, “Migrating from ArcView GIS 3.x to ArcView 8,” which gives students a good picture of the future of GIS technology.
GIS Applications focuses on the construction of projects using a GIS tool set. Community planning, business, government and health care issues make up the core client base in this area.
GIScience is the group we will explore in this tome. From the list of six courses, most costing from $100 to $180, only one is “free”: Understanding Map Projections and Coordinate Systems. After clicking on the course, you’ll find a complete overview of the material to be covered. To the left side of the menu you’ll see “Enrollment Info.” This is pretty straightforward; just follow the prompts. ESRI assumes you either have or are contemplating the purchase of one or more of its products. What you will need is indicated right after course Prerequisites and Recommendations.
Click on the “Earn CEUs” link. This page shows the institutions that will grant various forms of credit for completing Virtual Campus coursework. Penn State World Campus has a full online certificate program taking “about one year” to complete at www.worldcampus.psu.edu.
Virtual Campus courses have exams at the end of each module. One of the quirks associated with this is that your session will “time out” during the exam if you spend too much time on one question or problem. I of course cannot show the actual course materials from Understanding Map Projections and Coordinate Systems, so I have taken the liberty of constructing and including my own projection problem and solution scenario. It requires ArcView 3.2 with Projection Utility patch.
The ArcView 3x Projection Utility
The Problem:Your database is maintained using North American Datum of 1983 (NAD83) State Plane Coordinates with the U.S. survey foot as units. A person requests data from your database projected in Universal Transverse Mercator (UTM) with units as meters.
ArcView 3x provides us with a relatively easy solution: the ArcView Projection Utility. This procedure is relatively straightforward, but it can take a while depending on the size of your files and speed of your processor.
Before we start the operation, let’s go over some basics.

The importance of knowing the datum and projection of your GIS data cannot be overemphasized.

Skip this step if your client provides this data. We will also assume you have no other coordinate translation tool available. For the base polygon you need at least four x,y coordinate pairs in a .txt or .dbf file to create the shape file template. Open ArcView. From the File menu select “Extensions,” then click the “Projection Utility Wizard.” Add the file containing your x,y pairs as a table. Open the View. Select “Add Event Theme” from the menu. Select the x and y values from the dialog box and say OK. Click on the box in the table of contents and display your points.


So let’s do that. Choose “geographic” and “degrees” as units. After the utility finishes processing, it will ask if you want to add your new Shape file to the view. Choose New View and click OK. I check my location by using the “counties” Shape file in “ESRIDATA.” If it looks good, run the projector again, this time going from “geographic coordinates” to state plane.
Load the Geoprocessing Extension. From the View menu, click “Geoprocessing Wizard.” Check “Clip one theme based on another.” Choose your base theme as the input theme and your reprojected polygon as your overlay theme. Name your new “Output file” theme and place it in the working directory. Then click Finish.
Repeat the procedure outlined in Step Two in reverse order. When the operation is complete, your last Shape file should fit inside the original polygon. It is not unusual to experience errors in any of these steps. The normal caveats apply (i.e. Murphy’s Law). Care must be exercised in organizing the steps and selecting the correct options and specifications.
In practice, the more likely scenario will be that you will acquire a data set that is not projected in the system you normally work in.
Note: Versions of ArcView earlier than 3.2a may need to download patch at: http://www.esri.com/software/arcview/avsoftware.html.