Uses of Interface
com.luciad.ais.model.sector.ILcdSector
Packages that use ILcdSector
Package
Description
Provides classes and interfaces for modeling safety altitudes for sectors.
-
Uses of ILcdSector in com.luciad.ais.model.sector
Subinterfaces of ILcdSector in com.luciad.ais.model.sectorModifier and TypeInterfaceDescriptioninterfaceThis interface is an extension of theILcdSectorinterface that allows to change its attributes and geometry.Classes in com.luciad.ais.model.sector that implement ILcdSectorModifier and TypeClassDescriptionclassILcdSectorimplementation based onILcdFeatured.classILcdSectorimplementation based onILcdDataObject.Methods in com.luciad.ais.model.sector that return ILcdSectorModifier and TypeMethodDescriptionILcdMinimumSectorAltitude.getSector(int aIndex) Returns the sector at the given index.TLcdMinimumSectorAltitude.getSector(int aIndex) Methods in com.luciad.ais.model.sector with parameters of type ILcdSectorModifier and TypeMethodDescriptionvoidILcdEditableMinimumSectorAltitude.addSector(ILcdSector aSector) Adds a sector to this Minimum Sector Altitude.voidTLcdMinimumSectorAltitude.addSector(ILcdSector aSector) voidILcdEditableMinimumSectorAltitude.removeSector(ILcdSector aSector) Removes a sector from this Minimum Sector Altitude.voidTLcdMinimumSectorAltitude.removeSector(ILcdSector aSector)