DBA Data[Home] [Help]

MDSYS.SDO_GCDR dependencies on SDO_GEOMETRY

Line 81: -- the the coordinates of the first matched address as sdo_geometry

77: match_mode VARCHAR2,
78: logging number default 0) return SDO_GEO_Addr deterministic PARALLEL_ENABLE;
79:
80: -- geocode an input address specified by address lines and return
81: -- the the coordinates of the first matched address as sdo_geometry
82: function geocode_as_geometry(
83: username varchar2,
84: addr_lines SDO_keywordArray,
85: country VARCHAR2)

Line 86: RETURN SDO_GEOMETRY DETERMINISTIC PARALLEL_ENABLE;

82: function geocode_as_geometry(
83: username varchar2,
84: addr_lines SDO_keywordArray,
85: country VARCHAR2)
86: RETURN SDO_GEOMETRY DETERMINISTIC PARALLEL_ENABLE;
87:
88: -- geocode an input address specified by a SDO_GEO_ADDR object and return
89: -- the first matched address as a SDO_GEO_ADDR object
90: function geocode_addr(

Line 132: location sdo_geometry,

128: -- reverse-geocode a location specified by longitude and latitude into
129: -- address as a sdo_geo_addr object
130: function reverse_geocode(
131: username varchar2,
132: location sdo_geometry,
133: country VARCHAR2) return SDO_GEO_Addr deterministic PARALLEL_ENABLE;
134:
135: -- reverse-geocode a location specified by longitude, latitude, into
136: -- address as a sdo_geo_addr object; address returned in lang

Line 158: location sdo_geometry,

154: -- reverse-geocode a location specified by geom into
155: -- address as a sdo_geo_addr object; address returned in lang
156: function reverse_geocode(
157: username varchar2,
158: location sdo_geometry,
159: language_ VARCHAR2,
160: country VARCHAR2) return SDO_GEO_Addr deterministic PARALLEL_ENABLE;
161:
162: -- lists the countries available for geocoding. If more than one Geocoder is