Bruce Dodson - 2003-06-29

Logged In: YES
user_id=533196

I started by changing ConvertDescriptors and
ScanDescriptors so they simply call ReadDescriptor in a loop.
This is checked into CVS, and seems to be working. The
convert functions that create shapefiles could get the same
treatment.
<p>
The NTXConverter class is a bit of a Blob. I flipped to a
procedural design once I had abstracted enough things that
it became easy / pragmatic to do it that way. But the code
would be cleaner and easier for others to work on if I had
stayed object-oriented throughout. However, in fixing this, it
is important to avoid breaking the VB function-call API.