Geocoding with TeleAtlas data
744977Mar 25 2010 — edited Mar 31 2010Hi to all.
I have seen that in "Pro Oracle Spatial for Oracle Database 11g" Manual (page 151) is wrote that is possible to do Geocoding and there are examples of function that do this. The examples reported are based on NAVTEQ data; but I have TeleAtlas data and I want to do Geocoding for a region of Italy with these data.
As is mentioned on the manual, I have imported the dump of the NAVTEQ data (of San Francisco and California) on Oracle: gc.dump. I have seen that now I have this tables:
- GC_AREA_US
- GC_COUNTRY_PROFILE
- GC_INTERSECTION_US
- GC_PARSER_PROFILEAFS
- GC_PARSER_PROFILES
- GC_POI_US
- GC_POSTAL_CODE_US
- GC_ROAD_SEGMENT_US
- GC_ROAD_US
Instead, for TeleAtlas I have now these tables:
- GC
- INTERSECTION
- POSTAL CODE
and other....
Now I have these questions:
1) How can I do for doing Geocoding as is mentioned on manual with TeleAtlas tables instead NAVTEQ tables?
2) What are the relationship between NAVTEQ tables and TeleAtlas tables? Must I convert TeleAtlas tables to NAVTEQ tables or is there another way for solve my problem? (I think that conversion is very complicated)
Thank you to all in advance.