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