SAP ABAP Interface IF_VBC_GEOCODING_SERVICE (Geo Coding Interface)
Hierarchy
☛
SAP_BS_FND (Software Component) SAP Business Suite Foundation
⤷
CA-GTF-VBZ (Application Component) Visual Business
⤷
VBC_UTILITIES (Package) Utilities
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_VBC_GEOCODER | Abstract Geo-Coder Base Class and Factory | 20120918 |
Properties
| Interface | IF_VBC_GEOCODING_SERVICE | |
| Short Description | Geo Coding Interface |
General Data
| Package | VBC_UTILITIES | Utilities |
| Created | 20120313 | SAP |
| Last changed | 20140121 | SAP |
| Unicode checks active |
Forward declarations
Interface IF_VBC_GEOCODING_SERVICE has no forward declaration.
Interfaces
Interface IF_VBC_GEOCODING_SERVICE has no interface.
Friends
Interface IF_VBC_GEOCODING_SERVICE has no friend.
Attributes
Interface IF_VBC_GEOCODING_SERVICE has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120518 | ||
| 2 | Instance method | Public | Method | 20120918 | ||
| 3 | Instance method | Public | Method | 20120518 |
Events
Interface IF_VBC_GEOCODING_SERVICE has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_GEO_LOCATION | Public | See coding | 20120518 | begin of GTYPE_GEO_LOCATION,
MATCH type FLOAT.
include type GEOPOSITION as POSITION.
types: ADDRESS type STRING,
end of GTYPE_GEO_LOCATION
|
||
| 2 | GTYPE_GEO_LOCATION_TAB | Public | See coding | 20120518 | GTYPE_GEO_LOCATION_TAB type STANDARD TABLE OF GTYPE_GEO_LOCATION with non-unique key MATCH
|
||
| 3 | GTYPE_GEO_POSITION | Public | See coding | 20120518 | begin of GTYPE_GEO_POSITION,
LATITUDE type FLOAT,
LONGITUDE type FLOAT,
end of GTYPE_GEO_POSITION
|
||
| 4 | GTYPE_GEO_POSITION_TAB | Public | See coding | 20120518 | GTYPE_GEO_POSITION_TAB type standard table of GTYPE_GEO_POSITION with non-unique default key
|
||
| 5 | GTYPE_ROUTES_TAB | Public | See coding | 20120518 | 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 | IV_DESTINATION_LOCATION | Call by reference | Type reference (TYPE) | STRING | 20120518 | ||||
| 2 | IV_START_LOCATION | Call by reference | Type reference (TYPE) | STRING | 20120518 | ||||
| 3 | RT_RESULT | Value transfer | Type reference (TYPE) | GTYPE_ROUTES_TAB | 20120518 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception: Service Call failed | 20121010 |
Method CALCULATE_ROUTE2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DESTINATION_POSITION | Call by reference | Type reference (TYPE) | GEOPOSITION | Geographic position in WGS84 coordinates | 20120918 | |||
| 2 | IV_START_POSITION | Call by reference | Type reference (TYPE) | GEOPOSITION | Geographic position in WGS84 coordinates | 20120918 | |||
| 3 | RT_RESULT | Value transfer | Type reference (TYPE) | GTYPE_ROUTES_TAB | 20120918 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception: Service Call failed | 20121010 |
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 | 20120518 | ||||
| 2 | RT_RESULT | Value transfer | Type reference (TYPE) | GTYPE_GEO_LOCATION_TAB | 20120518 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception: Service Call failed | 20121010 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in |