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 thealtitude
is defined.Methods inherited from interface com.luciad.shape.ILcdBounded
getBounds
Methods inherited from interface com.luciad.util.ILcdCloneable
clone
Methods inherited from interface com.luciad.datamodel.ILcdDataObject
getDataType, getValue, getValue, hasValue, hasValue, setValue, setValue
Methods inherited from interface com.luciad.shape.ILcdPointList
getPoint, getPointCount, getPointSFCT, getX, getY, getZ
Methods inherited from interface com.luciad.shape.ILcdPolygon
getOrientation
Methods 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
null
if there is no information for this area.- Returns:
- The minimum altitude, or
null
if unknown.
-
getAltitudeUnit
TLcdAltitudeUnit getAltitudeUnit()Returns the unit in which thealtitude
is defined.Only returns
null
if the altitude is unknown.- Returns:
- The unit of the altitude.
-