Interface Landing
- All Superinterfaces:
RampElement,StairElement
public interface Landing extends RampElement, StairElement
The Landing interface provides geometric information about the landing shape.
- Since:
- 9.10.2
-
Method Summary
Modifier and Type Method Description doublegetElevation()Returns the elevation of the landing element.MPolygon2dgetFootprint()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
-