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 TypeMethodDescriptionvoidsetAltitude(Integer aAltitude) Set the altitude of this sector.voidsetAltitudeUnit(TLcdAltitudeUnit aAltitudeUnit) Set the altitude unit of the altitude of this sector.voidsetNumber(int aNumber) Set the number of this sector.Methods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableArcBand
moveCornerPoint2D, setArcAngle, setMaxRadius, setMinRadius, setStartAngleMethods inherited from interface com.luciad.shape.shape2D.ILcd2DEditableShape
move2D, move2D, translate2DMethods inherited from interface com.luciad.shape.ILcdArcBand
corner2DEditablePointSFCT, getArcAngle, getCenter, getMaxRadius, getMinRadius, getStartAngleMethods 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.ais.model.sector.ILcdSector
getAltitude, getAltitudeUnit, getNumberMethods 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 benullif the altitude is unknown.- Parameters:
aAltitude- the new altitude, ornullif unknown.- See Also:
-
setAltitudeUnit
Set the altitude unit of the altitude of this sector. Can only benullif the altitude is unknown.- Parameters:
aAltitudeUnit- the new altitude unit, ornullif the altitude is unknown.- See Also:
-