Class IndoorSectionDetails
Provides additional details for an indoor Section.
-
Method Summary
Modifier and TypeMethodDescriptionGets the arrival place of the indoor section.Gets the departure place of the indoor section.Gets the list of indoor maneuvers within this indoor section.Gets the notices which explains the issues encountered during processing of this section.
-
Method Details
-
getIndoorManeuvers
Gets the list of indoor maneuvers within this indoor section.
- Returns:
The list of indoor maneuvers within this indoor section.
-
getDeparturePlace
Gets the departure place of the indoor section.
- Returns:
Describes the departure place of the indoor section.
-
getArrivalPlace
Gets the arrival place of the indoor section.
- Returns:
Describes the arrival place of the indoor section.
-
getSectionNotices
Gets the notices which explains the issues encountered during processing of this section.
Provides the list of notices which explain the issues encountered during processing of this section. For example, while some avoidance option is selected, if no reasonable alternative route is possible except violating controlled-access rule for the section, one notice is generated for the violation. The user must judge all the notices carefully before proceeding.
- Returns:
The notices which explain the issues encountered during processing of this section.
-