MapSpeller Help - Contents

What is New in MapSpeller 9.3.1663

Introduction to MapSpeller for ArcGIS

Installing MapSpeller for ArcGIS

Using the MapSpeller Toolbar

MapSpeller Tips & Tricks

Undoing Changes

MapSpeller: Getting More Help

MapSpeller: Legal Notes

 


Page last updated on July 06, 2008
Building your own MapSpeller Locationary from Feature Classes

Locationaries are currently implemented as theme-independent polygon shapefiles. They are theme-independent in the sense that, unlike conventional shapefiles, they can contain all sorts of polygon features, including parcels, buffered roads, buffered point name places, etc. The only common characteristics between those features is that they all have to:
  1. Be polygons.
  2. Have a text field called "NAME" containing the dictionary word. The geographic extent of that polygon is the extent where the spelling is valid for sure.
  3. Be in the same coordinate system, and that this coordinate system must be defined within ArcGIS. It can't be of type "Unknown".

How to convert a feature class into a locationary

  1. Identify data sources would like to use as locationary source and that contain correctly spelled words to use as dictionary words
  2. Make a copy that you will edit to conform to the locationary format requirements
  3. Set the 2D or 3D coordinate system of the feature class if it's not already defined.
  4. If necessary, create a text field called "NAME" and copy those values into that field. One word per record.
  5. Optionally, delete all other fields from the feature class
  6. Buffer the feature class by a distance within which you consider those words to be correctly spelled.
  7. If you are going to use data from different feature classes, use the Simple Data Loader in ArcCatalog, or Copy & Paste in an ArcMap edit session, or the Append tool from ArcToolbox to place all those features in a single feature class.
  8. Repeat steps 1-6 for additional feature classes
  9. Export the resulting feature class into a shapefile if not already in that format.
  10. Rename the shapefile as User_Polygon_Locationary.
  11. Place the shapefile where MapSpeller expects it.

Related Topic:

Page last updated on July 01, 2008