Package com.luciad.ais.model.sector
Interface ILcdEditableMinimumSectorAltitude
- All Superinterfaces:
Cloneable
,ILcdBounded
,ILcdCloneable
,ILcdDataObject
,ILcdMinimumSectorAltitude
,ILcdShape
,ILcdShapeList
,Serializable
- All Known Implementing Classes:
TLcdFeaturedMinimumSectorAltitude
,TLcdMinimumSectorAltitude
This interface is an extension of the
ILcdMinimumSectorAltitude
interface that allows to change its attributes and geometry.- Since:
- 2022.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSector
(ILcdSector aSector) Adds a sector to this Minimum Sector Altitude.void
removeSector
(ILcdSector aSector) Removes a sector from this Minimum Sector Altitude.void
removeSectorAt
(int aIndex) Removes a sector from this Minimum Sector Altitude.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.ILcdMinimumSectorAltitude
getSector, getSectorCount
Methods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
Methods inherited from interface com.luciad.shape.ILcdShapeList
getShape, getShapeCount
-
Method Details
-
addSector
Adds a sector to this Minimum Sector Altitude.- Parameters:
aSector
- the sector to be added
-
removeSector
Removes a sector from this Minimum Sector Altitude.- Parameters:
aSector
- the sector to be removed
-
removeSectorAt
void removeSectorAt(int aIndex) Removes a sector from this Minimum Sector Altitude.- Parameters:
aIndex
- the index of the sector to be removed
-