/AWS1/CL_GERROUTEFERRYSPAN¶
Span computed for the requested SpanAdditionalFeatures.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_country TYPE /AWS1/GERCOUNTRYCODE3 /AWS1/GERCOUNTRYCODE3¶
3 letter Country code corresponding to the Span.
iv_distance TYPE /AWS1/GERDISTANCEMETERS /AWS1/GERDISTANCEMETERS¶
Distance of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.
Unit:
meters
iv_duration TYPE /AWS1/GERDURATIONSECONDS /AWS1/GERDURATIONSECONDS¶
Duration of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.
Unit:
seconds
iv_geometryoffset TYPE /AWS1/GERINTEGER /AWS1/GERINTEGER¶
Offset in the leg geometry corresponding to the start of this span.
it_names TYPE /AWS1/CL_GERLOCALIZEDSTRING=>TT_LOCALIZEDSTRINGLIST TT_LOCALIZEDSTRINGLIST¶
Provides an array of names of the ferry span in available languages.
iv_region TYPE /AWS1/GERSENSITIVESTRING /AWS1/GERSENSITIVESTRING¶
2-3 letter Region code corresponding to the Span. This is either a province or a state.
Queryable Attributes¶
Country¶
3 letter Country code corresponding to the Span.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COUNTRY() |
Getter for COUNTRY, with configurable default |
ASK_COUNTRY() |
Getter for COUNTRY w/ exceptions if field has no value |
HAS_COUNTRY() |
Determine if COUNTRY has a value |
Distance¶
Distance of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.
Unit:
meters
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISTANCE() |
Getter for DISTANCE |
Duration¶
Duration of the computed span. This feature doesn't split a span, but is always computed on a span split by other properties.
Unit:
seconds
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DURATION() |
Getter for DURATION |
GeometryOffset¶
Offset in the leg geometry corresponding to the start of this span.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GEOMETRYOFFSET() |
Getter for GEOMETRYOFFSET, with configurable default |
ASK_GEOMETRYOFFSET() |
Getter for GEOMETRYOFFSET w/ exceptions if field has no valu |
HAS_GEOMETRYOFFSET() |
Determine if GEOMETRYOFFSET has a value |
Names¶
Provides an array of names of the ferry span in available languages.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMES() |
Getter for NAMES, with configurable default |
ASK_NAMES() |
Getter for NAMES w/ exceptions if field has no value |
HAS_NAMES() |
Determine if NAMES has a value |
Region¶
2-3 letter Region code corresponding to the Span. This is either a province or a state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGION() |
Getter for REGION, with configurable default |
ASK_REGION() |
Getter for REGION w/ exceptions if field has no value |
HAS_REGION() |
Determine if REGION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ROUTEFERRYSPANLIST¶
TYPES TT_ROUTEFERRYSPANLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERROUTEFERRYSPAN WITH DEFAULT KEY
.