SAP ABAP Interface IF_VBI_GEOCODING_SERVICE (Geo Coding Interface)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-VBZ (Application Component) Visual Business -> please use CA-GTF-VBZ
⤷
VBI_INTERFACES (Package) Visual Business Interfaces
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_VBI_GEOCODER | Abstract Geo-Coder Base Class and Factory | 20121130 |
Properties
| Interface | IF_VBI_GEOCODING_SERVICE | |
| Short Description | Geo Coding Interface |
General Data
| Package | VBI_INTERFACES | Visual Business Interfaces |
| Created | 20121130 | SAP |
| Last changed | 20131127 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_VBI_GEOCODING_SERVICE has no forward declaration.
Interfaces
Interface IF_VBI_GEOCODING_SERVICE has no interface.
Friends
Interface IF_VBI_GEOCODING_SERVICE has no friend.
Attributes
Interface IF_VBI_GEOCODING_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Calculates a route for given waypoint positions | 20121130 | |
| 2 | Instance method | Public | Method | Calculates a route for given start and destination address | 20121130 | |
| 3 | Instance method | Public | Method | Return a GeoPosition for a given address | 20121130 | |
| 4 | Instance method | Public | Method | Return a location for a given address in GeoCoords | 20130611 |
Events
Interface IF_VBI_GEOCODING_SERVICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_ADDRESS | Public | See coding | 20130611 | BEGIN OF gtype_address,
result_str type string,
continent TYPE string,
country_code TYPE land1,
country TYPE string,
zipcode TYPE n LENGTH 5,
state TYPE string,
state_district TYPE string,
county TYPE string,
city TYPE string,
suburb TYPE string,
road TYPE string,
housenumber TYPE n LENGTH 5,
place_of_worship TYPE string,
END OF gtype_address
|
||
| 2 | GTYPE_GEO_LOCATION | Public | See coding | 20121130 | BEGIN OF gtype_geo_location,
match TYPE float.
INCLUDE TYPE vbi_s_obj_geopos AS position.
TYPES: address TYPE string,
END OF gtype_geo_location
|
||
| 3 | GTYPE_GEO_LOCATION_TAB | Public | See coding | 20121130 | gtype_geo_location_tab TYPE STANDARD TABLE OF gtype_geo_location WITH NON-UNIQUE KEY match
|
||
| 4 | GTYPE_GEO_LOD | Public | Type reference (TYPE) | INT1 | Level of detail | 20130614 | |
| 5 | GTYPE_GEO_POSITION_TAB | Public | See coding | 20121130 | gtype_geo_position_tab TYPE STANDARD TABLE OF vbi_s_obj_geopos WITH NON-UNIQUE DEFAULT KEY
|
||
| 6 | GTYPE_ROUTES_TAB | Public | See coding | 20121130 | gtype_routes_tab TYPE STANDARD TABLE OF gtype_geo_position_tab WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method CALCULATE_ROUTE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_WAYPOINTS | Call by reference | Type reference (TYPE) | GTYPE_GEO_LOCATION_TAB | 20121130 | ||||
| 2 | RT_RESULT | Value transfer | Type reference (TYPE) | GTYPE_ROUTES_TAB | 20121130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception: Service Call failed | 20121130 |
Method CALCULATE_ROUTE_SIMPLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESTINATION_LOCATION | Call by reference | Type reference (TYPE) | STRING | 20121130 | ||||
| 2 | IV_START_LOCATION | Call by reference | Type reference (TYPE) | STRING | 20121130 | ||||
| 3 | RT_RESULT | Value transfer | Type reference (TYPE) | GTYPE_ROUTES_TAB | 20121130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception: Service Call failed | 20121130 |
Method FIND_LOCATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_LOCATION | Call by reference | Type reference (TYPE) | STRING | 20121130 | ||||
| 2 | RT_RESULT | Value transfer | Type reference (TYPE) | GTYPE_GEO_LOCATION_TAB | 20121130 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception: Service Call failed | 20121130 |
Method FIND_LOCATION_REVERSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_GEOLOD | Call by reference | Type reference (TYPE) | GTYPE_GEO_LOD | Level of detail for address | 20130614 | |||
| 2 | IV_GEOPOSITION | Call by reference | Type reference (TYPE) | GTYPE_GEO_LOCATION | WGS84 Geoposition | 20130611 | |||
| 3 | RT_RESULT | Value transfer | Type reference (TYPE) | GTYPE_ADDRESS | 20130614 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception: Service Call failed | 20130611 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |