/AWS1/CL_GERISOLINECONNECTION¶
Represents a segment of the transportation network that connects separate parts of a reachable area. These connections show how discontinuous areas are linked, such as by ferry routes or bridges crossing unroutable terrain.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_frompolygonindex TYPE /AWS1/GERINTEGER /AWS1/GERINTEGER¶
The index of the starting polygon in the isoline's
Geometrieslist.
io_geometry TYPE REF TO /AWS1/CL_GERISOLINECXNGEOMETRY /AWS1/CL_GERISOLINECXNGEOMETRY¶
The shape of the connection, representing the actual path through the transportation network that links the polygons.
iv_topolygonindex TYPE /AWS1/GERINTEGER /AWS1/GERINTEGER¶
The index of the ending polygon in the isoline's
Geometrieslist.
Queryable Attributes¶
FromPolygonIndex¶
The index of the starting polygon in the isoline's
Geometrieslist.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROMPOLYGONINDEX() |
Getter for FROMPOLYGONINDEX, with configurable default |
ASK_FROMPOLYGONINDEX() |
Getter for FROMPOLYGONINDEX w/ exceptions if field has no va |
HAS_FROMPOLYGONINDEX() |
Determine if FROMPOLYGONINDEX has a value |
Geometry¶
The shape of the connection, representing the actual path through the transportation network that links the polygons.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GEOMETRY() |
Getter for GEOMETRY |
ToPolygonIndex¶
The index of the ending polygon in the isoline's
Geometrieslist.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPOLYGONINDEX() |
Getter for TOPOLYGONINDEX, with configurable default |
ASK_TOPOLYGONINDEX() |
Getter for TOPOLYGONINDEX w/ exceptions if field has no valu |
HAS_TOPOLYGONINDEX() |
Determine if TOPOLYGONINDEX 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_ISOLINECONNECTIONLIST¶
TYPES TT_ISOLINECONNECTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GERISOLINECONNECTION WITH DEFAULT KEY
.