Uses of Interface
com.luciad.ais.model.sector.ILcdSector
Package
Description
Provides classes and interfaces for modeling safety altitudes for sectors.
-
Uses of ILcdSector in com.luciad.ais.model.sector
Modifier and TypeInterfaceDescriptioninterface
This interface is an extension of theILcdSector
interface that allows to change its attributes and geometry.Modifier and TypeClassDescriptionclass
ILcdSector
implementation based onILcdFeatured
.class
ILcdSector
implementation based onILcdDataObject
.Modifier and TypeMethodDescriptionILcdMinimumSectorAltitude.getSector
(int aIndex) Returns the sector at the given index.TLcdMinimumSectorAltitude.getSector
(int aIndex) Modifier and TypeMethodDescriptionvoid
ILcdEditableMinimumSectorAltitude.addSector
(ILcdSector aSector) Adds a sector to this Minimum Sector Altitude.void
TLcdMinimumSectorAltitude.addSector
(ILcdSector aSector) void
ILcdEditableMinimumSectorAltitude.removeSector
(ILcdSector aSector) Removes a sector from this Minimum Sector Altitude.void
TLcdMinimumSectorAltitude.removeSector
(ILcdSector aSector)