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 TypeMethodDescriptionvoid
setAltitude
(Integer aAltitude) Set the altitude of this area.void
setAltitudeUnit
(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, translate2DPoint
Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2D
Methods inherited from interface com.luciad.shape.shape3D.ILcd3DEditablePointList
insert3DPoint, move3DPoint, removePointAt, translate3D, translate3DPoint
Methods inherited from interface com.luciad.shape.shape3D.ILcd3DEditableShape
move3D, move3D, translate3D
Methods inherited from interface com.luciad.ais.model.ama.ILcdAreaMinimumAltitude
getAltitude, getAltitudeUnit
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
-
setAltitude
Set the altitude of this area. Can benull
if the altitude is unknown.- Parameters:
aAltitude
- the new altitude, ornull
if unknown.- See Also:
-
setAltitudeUnit
Set the altitude unit of the altitude of this area. Can only benull
if the altitude is unknown.- Parameters:
aAltitudeUnit
- the new altitude unit, ornull
if the altitude is unknown.- See Also:
-