The Spatial+ library allows you to retrieve attribute information by creating a Spatial+ object (.GSB) file and associating it with a .GSA attribute file. These synchronized .GSA and .GSB files retrieve an unlimited amount of attribute information that is not currently available from the Name and Name2 fields.
To use the new attribute functions in the Spatial+ library, you must create synchronized .GSB and .GSA files with the Spatial+ import utility.
Perform the following steps to create .GSB and .GSA files:
If you are importing an .MDB file, type:
SpatialImport db_fil.mdb:table_name
If you want to specify the field from the input file to use for the .GSB name, add the field name at the end. For example, type:
SpatialImport input_file output_file PLACENAME
The .SHP and .DBF files are already limited to 10-character field names.
If you want to create an unbuffered .GSB file, place the flag -u as the first argument on the command line. An unbuffered file will be significantly smaller than a buffered .GSB file.
All the fields in the input file will be converted in the attribute file. Supported field types include Character, Date, Numeric, and Float. If you have a .DBF or .MDB file with other field types, the conversion will fail.
The conversion adds tags to both the .GSB and .GSA files so that they remain synchronized. These tags ensure that an updated GSB file cannot be used with an older GSA file.