SAP ABAP Class CL_VBI_GEOCODING_TEST (Geo Coding service impl for OSM service)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
CA-UI2-VBZ (Application Component) Visual Business -> please use CA-GTF-VBZ
⤷
VBI_GEOMAP_CORE (Package) Visual Business GeoMap Core objects

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_VBI_GEOCODER | Abstract Geo-Coder Base Class and Factory | 20130710 |
Properties
Class | CL_VBI_GEOCODING_TEST | |
Short Description | Geo Coding service impl for OSM service | |
Super Class | CL_VBI_GEOCODER | Abstract Geo-Coder Base Class and Factory |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | VBI_GEOMAP_CORE | Visual Business GeoMap Core objects |
Created | 20130710 | SAP |
Last change | 20131127 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
2 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_VBI_GEOCODING_TEST has no interface implemented.
Friends
Class CL_VBI_GEOCODING_TEST has no friend class.
Attributes
Class CL_VBI_GEOCODING_TEST has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Removes METHOD x. ENDMETHOD. Parenthesis | 20130725 |
2 | ![]() |
Instance method | Public | Method | Returns the surrounding border for a given address in GeoCo | 20130710 |
3 | ![]() |
Static method | Public | Method | 20130711 |
Events
Class CL_VBI_GEOCODING_TEST has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | GTYPE_ADDRESS | Public | See coding | 20130710 | BEGIN OF gtype_address,
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_BORDER | Public | See coding | 20130710 | BEGIN OF gtype_border,
type TYPE string,
importance TYPE float,
border TYPE if_vbi_geocoding_service=>gtype_geo_position_tab,
END OF gtype_border
|
||
3 | GTYPE_BORDER_TAB | Public | See coding | 20130710 | gtype_border_tab TYPE STANDARD TABLE OF gtype_border WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
Method EXTRACT_METHOD_BODY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_SOURCE | Call by reference | Type reference (TYPE) | RSWSOURCET | ABAP Source | 20130725 | ||
2 | ![]() |
EV_METHOD_NAME | Call by reference | Type reference (TYPE) | SEOCPDNAME | Method Name | 20130725 |
Method EXTRACT_METHOD_BODY on class CL_VBI_GEOCODING_TEST has no exception.
Method FIND_SURROUNDING_BORDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_GEOLOD | Call by reference | Type reference (TYPE) | IF_VBI_GEOCODING_SERVICE=>GTYPE_GEO_LOD | 20130710 | |||
2 | ![]() |
IV_GEOPOSITION | Call by reference | Type reference (TYPE) | IF_VBI_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION | 20130710 | |||
3 | ![]() |
RT_RESULT | Value transfer | Type reference (TYPE) | CL_VBI_GEOCODING_OSM=>GTYPE_BORDER_TAB | 20130710 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Exception: Service Call failed | 20130710 |
Method ROUTE_SAMPLE Signature
Method ROUTE_SAMPLE on class CL_VBI_GEOCODING_TEST has no parameter.
Method ROUTE_SAMPLE on class CL_VBI_GEOCODING_TEST has no exception.
History
Last changed by/on | SAP | 20131127 |
SAP Release Created in | 100 |