Package com.luciad.ais.model.sector
Interface ILcdEditableSector
- All Superinterfaces:
Cloneable
,ILcd2DEditableArcBand
,ILcd2DEditableShape
,ILcdArcBand
,ILcdBounded
,ILcdCloneable
,ILcdDataObject
,ILcdSector
,ILcdShape
,Serializable
- All Known Implementing Classes:
TLcdFeaturedSector
,TLcdSector
This interface is an extension of the
ILcdSector
interface that allows to change its attributes and geometry.- Since:
- 2022.0
-
Field Summary
Fields inherited from interface com.luciad.shape.ILcdArcBand
MAX_RADIUS_END_CORNER, MAX_RADIUS_START_CORNER, MIN_RADIUS_END_CORNER, MIN_RADIUS_START_CORNER
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAltitude
(Integer aAltitude) Set the altitude of this sector.void
setAltitudeUnit
(TLcdAltitudeUnit aAltitudeUnit) Set the altitude unit of the altitude of this sector.void
setNumber
(int aNumber) Set the number of this sector.Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableArcBand
moveCornerPoint2D, setArcAngle, setMaxRadius, setMinRadius, setStartAngle
Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2D
Methods inherited from interface com.luciad.shape.ILcdArcBand
corner2DEditablePointSFCT, getArcAngle, getCenter, getMaxRadius, getMinRadius, getStartAngle
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.ais.model.sector.ILcdSector
getAltitude, getAltitudeUnit, getNumber
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
-
Method Details
-
setNumber
void setNumber(int aNumber) Set the number of this sector.- Parameters:
aNumber
- the new number.- See Also:
-
setAltitude
Set the altitude of this sector. 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 sector. Can only benull
if the altitude is unknown.- Parameters:
aAltitudeUnit
- the new altitude unit, ornull
if the altitude is unknown.- See Also:
-