Interface Landing
- All Superinterfaces:
- RampElement,- StairElement
The Landing interface provides geometric information about the landing shape.
- Since:
- 9.10.2
- 
Method SummaryModifier and TypeMethodDescriptiondoubleReturns the elevation of the landing element.Returns the footprint of the landing element.
- 
Method Details- 
getFootprintMPolygon2d getFootprint()Returns the footprint of the landing element.- Returns:
- the footprint
- Since:
- 9.10.2
 
- 
getElevationdouble getElevation()Returns the elevation of the landing element.- Returns:
- the elevation
- Since:
- 9.10.2
 
 
-