Package com.luciad.ais.model.ama
Interface ILcdAreaMinimumAltitude
- All Superinterfaces:
Cloneable,ILcdBounded,ILcdCloneable,ILcdDataObject,ILcdPointList,ILcdPolygon,ILcdShape,Serializable
- All Known Subinterfaces:
ILcdEditableAreaMinimumAltitude
- All Known Implementing Classes:
TLcdAreaMinimumAltitude,TLcdFeaturedAreaMinimumAltitude
Defines a minimum altitude for an area.
The interpretation of the altitudes is not defined here. For example, it is not specified if obstacles are included, and how much margin is added.
This type can be used to model any area-, cell- or quadrangle-based minimum safety altitudes, such as:
- MORA (Minimum Off-Route Altitude)
- ORTCA (Off-Route Terrain Clearance Altitude)
- MEF (Maximum Elevation Figure)
- AMA (Area Minimum Altitude)
- Since:
- 2014.0
-
Field Summary
Fields inherited from interface com.luciad.shape.ILcdPolygon
CLOCKWISE, COUNTERCLOCKWISE, INVALID_ORIENTATION -
Method Summary
Modifier and TypeMethodDescriptionReturns the minimum altitude for this area.Returns the unit in which thealtitudeis defined.Methods inherited from interface com.luciad.shape.ILcdBounded
getBoundsMethods inherited from interface com.luciad.util.ILcdCloneable
cloneMethods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValueMethods inherited from interface com.luciad.shape.ILcdPointList
getPoint, getPointCount, getPointSFCT, getX, getY, getZMethods inherited from interface com.luciad.shape.ILcdPolygon
getOrientationMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
getAltitude
Integer getAltitude()Returns the minimum altitude for this area.Returns
nullif there is no information for this area.- Returns:
- The minimum altitude, or
nullif unknown.
-
getAltitudeUnit
TLcdAltitudeUnit getAltitudeUnit()Returns the unit in which thealtitudeis defined.Only returns
nullif the altitude is unknown.- Returns:
- The unit of the altitude.
-