The MDSYS.SDO_GCDR package contains subprograms for geocoding address data.
To use the subprograms in this chapter, you must understand the conceptual and usage information about geocoding in Geocoding Address Data.
Table 22-1 lists the geocoding subprograms.
Table 22-1 Subprograms for Geocoding Address Data
Subprogram | Description |
---|---|
Creates the CG_COUNTRY_PROFILE, GC_PARSER_PROFILES, and GC_PARSER_PROFILEAFS tables in the caller's schema. |
|
Geocodes an unformatted address and returns an SDO_GEOR_ADDR object. |
|
Geocodes an input address using attributes in an SDO_GEO_ADDR object, and returns the first matched address as an SDO_GEO_ADDR object. |
|
Geocodes an input address using attributes in an SDO_GEO_ADDR object, and returns matching addresses as an SDO_ADDR_ARRAY object. |
|
Geocodes all addresses associated with an unformatted address and returns the result as an SDO_ADDR_ARRAY object. |
|
Geocodes an unformatted address and returns an SDO_GEOMETRY object. |
|
Reverse geocodes a ___location, specified by its spatial geometry object and country, and returns an SDO_GEO_ADDR object. |
The rest of this chapter provides reference information on the subprograms, listed in alphabetical order.