SAP ABAP Class CL_VBI_GEOCODING_OSM (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 | 20130513 |
Properties
| Class | CL_VBI_GEOCODING_OSM | |
| 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 | 20130513 | 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_OSM has no interface implemented.
Friends
Class CL_VBI_GEOCODING_OSM has no friend class.
Attributes
Class CL_VBI_GEOCODING_OSM has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the surrounding border for a given address in GeoCo | 20130626 |
Events
Class CL_VBI_GEOCODING_OSM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTYPE_ADDRESS | Public | See coding | 20130604 | 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 | 20130627 | 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 | 20130627 | gtype_border_tab TYPE STANDARD TABLE OF gtype_border WITH NON-UNIQUE DEFAULT KEY
|
Method Signatures
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 | 20130626 | ||||
| 2 | IV_GEOPOSITION | Call by reference | Type reference (TYPE) | IF_VBI_GEOCODING_SERVICE=>GTYPE_GEO_LOCATION | 20130626 | ||||
| 3 | RT_RESULT | Value transfer | Type reference (TYPE) | CL_VBI_GEOCODING_OSM=>GTYPE_BORDER_TAB | 20130626 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception: Service Call failed | 20130626 |
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |