I want to access the polygon attribute table (PAT) and node attribute table (NAT) of an arcgis coverage using arcobjects VBA, is this possible?
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
I think I was able to do this many years ago, but haven't tried it lately. IFeatureWorkspaceFactory.OpenTable used to work on tables that would otherwise be hidden (like TIC files). You need to include the extension as part of their name when opening them though. |
|||
|
|
|
You can export the ArcInfo coverage files (pat, nat, aat) to Txt or dbf using these free tools, then query the txt or dbf files from VBA. This solution doesn't require ArcObjects so may or may not be helpful to you. Doesn't run on win7 64bit. http://code.google.com/p/infolib/ BTW, Ogr2ogr will convert coverage features poly and line (no NAT) to csv,dbf,etc. |
|||
|
|