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 TypeMethodDescriptionvoidaddSector(ILcdSector aSector) Adds a sector to this Minimum Sector Altitude.voidremoveSector(ILcdSector aSector) Removes a sector from this Minimum Sector Altitude.voidremoveSectorAt(int aIndex) Removes a sector from this Minimum Sector Altitude.Methods 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.ILcdMinimumSectorAltitude
getSector, getSectorCountMethods inherited from interface com.luciad.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPointMethods 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
-