SAP ABAP Class IF_GIS_ROUTE (GIS: Routing functionality)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_GIS_ROUTE_IGS | GIS: Routing using IGS | 20020521 |
Properties
| Class | IF_GIS_ROUTE | |
| Short Description | GIS: Routing functionality | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20020521 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_GIS_ROUTE has no forward declaration.
Interfaces
Class IF_GIS_ROUTE has no interface implemented.
Friends
Class IF_GIS_ROUTE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'precision' | Property: route precision | 20020730 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'routetype' | Property: route type | 20020730 | ||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'velocity_high' | Property: high velocity | 20020730 | ||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'velocity_low' | Property: low velocity | 20020730 | ||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'velocity_medium' | Property: medium velocity | 20020730 | ||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'quickest' | Property value: route type quickest | 20020730 | ||
| 7 | Constant | Public | Type reference (TYPE) | STRING | 'shortest' | Property value: route type shortest | 20020730 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Adds a stop to the route | 20020521 | |
| 2 | Instance method | Public | Method | Executes route request | 20020521 | |
| 3 | Instance method | Public | Method | Get the border of a specific part | 20020521 | |
| 4 | Instance method | Public | Method | Get the part count of the route | 20020521 | |
| 5 | Instance method | Public | Method | Get informations about a specific part | 20020521 | |
| 6 | Instance method | Public | Method | Get the path of a specific part | 20020521 | |
| 7 | Instance method | Public | Method | Get the border of the whole route | 20020521 | |
| 8 | Instance method | Public | Method | Get informations about the whole route | 20020521 | |
| 9 | Instance method | Public | Method | Get the path of the whole route | 20020521 | |
| 10 | Instance method | Public | Method | Get the border of a specific segment | 20020521 | |
| 11 | Instance method | Public | Method | Get the segment count of a specific part | 20020521 | |
| 12 | Instance method | Public | Method | Get informations about a specific segment | 20020521 | |
| 13 | Instance method | Public | Method | Get the path of a specific segment | 20020521 | |
| 14 | Instance method | Public | Method | Resets the route data | 20020521 | |
| 15 | Instance method | Public | Method | Sets a route request property | 20020521 |
Events
Class IF_GIS_ROUTE has no event.
Types
Class IF_GIS_ROUTE has no local type.
Method Signatures
Method ADD_STOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Bezeichnung | 20020521 | |||
| 2 | ID | Value transfer | Type reference (TYPE) | C | Identifizierung | 20020521 | |||
| 3 | POSITION | Call by reference | Type reference (TYPE) | GEOPOSITION | Geographische Position in WGS84-Koordinaten | 20020521 |
Method ADD_STOP on class IF_GIS_ROUTE has no exception.
Method EXECUTE Signature
Method EXECUTE on class IF_GIS_ROUTE has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Keine Stopps für Route definiert | 20020521 | ||
| 2 | Interner Fehler | 20020521 | ||
| 3 | Ungültige Route angegeben | 20020521 |
Method GET_PART_BORDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BORDER | Value transfer | Type reference (TYPE) | GEOBORDER | Geographischer Rahmen in WGS84-Koordinaten | 20020521 | |||
| 2 | PART | Value transfer | Type reference (TYPE) | I | Teilstück | 20020521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Teilindex ungültig | 20020722 |
Method GET_PART_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT | Value transfer | Type reference (TYPE) | I | Anzahl | 20020521 |
Method GET_PART_COUNT on class IF_GIS_ROUTE has no exception.
Method GET_PART_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Bezeichnung | 20020521 | |||
| 2 | DISTANCE | Value transfer | Type reference (TYPE) | GEODIST | Distanz zwischen zwei geographischen Lokationen | 20020521 | |||
| 3 | DURATION | Value transfer | Type reference (TYPE) | GEODURAN | Dauer für eine Route zwischen zwei geographischen Lokationen | 20020521 | |||
| 4 | PART | Value transfer | Type reference (TYPE) | I | Teilstück | 20020521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Teilindex ungültig | 20020722 |
Method GET_PART_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PART | Value transfer | Type reference (TYPE) | I | Teilstück | 20020521 | |||
| 2 | POSITIONS | Value transfer | Type reference (TYPE) | GEOPOSITIONSTAB | Tabelle der geographischen Positionen | 20020521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Teilindex ungültig | 20020722 |
Method GET_ROUTE_BORDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BORDER | Value transfer | Type reference (TYPE) | GEOBORDER | Geographischer Rahmen in WGS84-Koordinaten | 20020521 |
Method GET_ROUTE_BORDER on class IF_GIS_ROUTE has no exception.
Method GET_ROUTE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Bezeichnung | 20020521 | |||
| 2 | DISTANCE | Value transfer | Type reference (TYPE) | GEODIST | Distanz zwischen zwei geographischen Lokationen | 20020521 | |||
| 3 | DURATION | Value transfer | Type reference (TYPE) | GEODURAN | Dauer für eine Route zwischen zwei geographischen Lokationen | 20020521 |
Method GET_ROUTE_INFO on class IF_GIS_ROUTE has no exception.
Method GET_ROUTE_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | POSITIONS | Value transfer | Type reference (TYPE) | GEOPOSITIONSTAB | Tabelle der geographischen Positionen | 20020521 |
Method GET_ROUTE_PATH on class IF_GIS_ROUTE has no exception.
Method GET_SEGMENT_BORDER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | BORDER | Value transfer | Type reference (TYPE) | GEOBORDER | Geographischer Rahmen in WGS84-Koordinaten | 20020521 | |||
| 2 | PART | Value transfer | Type reference (TYPE) | I | Teilstück | 20020521 | |||
| 3 | SEGMENT | Value transfer | Type reference (TYPE) | I | Segment | 20020521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Teil- oder Segmentindex ungültig | 20020722 |
Method GET_SEGMENT_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | COUNT | Value transfer | Type reference (TYPE) | I | Anzahl | 20020521 | |||
| 2 | PART | Value transfer | Type reference (TYPE) | I | Teilstück | 20020521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Teilindex ungültig | 20020722 |
Method GET_SEGMENT_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DESCRIPTION | Value transfer | Type reference (TYPE) | STRING | Bezeichnung | 20020521 | |||
| 2 | DISTANCE | Value transfer | Type reference (TYPE) | GEODIST | Distanz zwischen zwei geographischen Lokationen | 20020521 | |||
| 3 | DURATION | Value transfer | Type reference (TYPE) | GEODURAN | Dauer für eine Route zwischen zwei geographischen Lokationen | 20020521 | |||
| 4 | PART | Value transfer | Type reference (TYPE) | I | Teilstück | 20020521 | |||
| 5 | SEGMENT | Value transfer | Type reference (TYPE) | I | Segment | 20020521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Teil- oder Segmentindex ungültig | 20020722 |
Method GET_SEGMENT_PATH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PART | Value transfer | Type reference (TYPE) | I | Teilstück | 20020521 | |||
| 2 | POSITIONS | Value transfer | Type reference (TYPE) | GEOPOSITIONSTAB | Tabelle der geographischen Positionen | 20020521 | |||
| 3 | SEGMENT | Value transfer | Type reference (TYPE) | I | Segment | 20020521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Teil- oder Segmentindex ungültig | 20020722 |
Method RESET Signature
Method RESET on class IF_GIS_ROUTE has no parameter.
Method RESET on class IF_GIS_ROUTE has no exception.
Method SET_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Value transfer | Type reference (TYPE) | STRING | Name | 20020521 | |||
| 2 | VALUE | Value transfer | Type reference (TYPE) | STRING | Wert | 20020521 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Eigenschaft ungültig | 20020722 |
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in |