Package com.luciad.ais.model.ama
Interface ILcdEditableAreaMinimumAltitude
- All Superinterfaces:
Cloneable,ILcd2DEditablePointList,ILcd2DEditableShape,ILcd3DEditablePointList,ILcd3DEditablePolygon,ILcd3DEditableShape,ILcdAreaMinimumAltitude,ILcdBounded,ILcdCloneable,ILcdDataObject,ILcdPointList,ILcdPolygon,ILcdShape,Serializable
- All Known Implementing Classes:
TLcdAreaMinimumAltitude,TLcdFeaturedAreaMinimumAltitude
public interface ILcdEditableAreaMinimumAltitude
extends ILcdAreaMinimumAltitude, ILcd3DEditablePolygon
This interface is an extension of the
ILcdAreaMinimumAltitude
interface that allows to change its attributes and geometry.- Since:
- 2014.0
-
Field Summary
Fields inherited from interface com.luciad.shape.ILcdPolygon
CLOCKWISE, COUNTERCLOCKWISE, INVALID_ORIENTATION -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAltitude(Integer aAltitude) Set the altitude of this area.voidsetAltitudeUnit(TLcdAltitudeUnit aAltitudeUnit) Set the altitude unit of the altitude of this area.Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditablePointList
append2DPoint, insert2DPoint, move2DPoint, translate2D, translate2DPointMethods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2DMethods inherited from interface com.luciad.shape.shape3D.ILcd3DEditablePointList
insert3DPoint, move3DPoint, removePointAt, translate3D, translate3DPointMethods inherited from interface com.luciad.shape.shape3D.ILcd3DEditableShape
move3D, move3D, translate3DMethods inherited from interface com.luciad.ais.model.ama.ILcdAreaMinimumAltitude
getAltitude, getAltitudeUnitMethods 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
-
setAltitude
Set the altitude of this area. Can benullif the altitude is unknown.- Parameters:
aAltitude- the new altitude, ornullif unknown.- See Also:
-
setAltitudeUnit
Set the altitude unit of the altitude of this area. Can only benullif the altitude is unknown.- Parameters:
aAltitudeUnit- the new altitude unit, ornullif the altitude is unknown.- See Also:
-