Package com.luciad.ais.model.sector
Interface ILcdMinimumSectorAltitude
- All Superinterfaces:
Cloneable
,ILcdBounded
,ILcdCloneable
,ILcdDataObject
,ILcdShape
,ILcdShapeList
,Serializable
- All Known Subinterfaces:
ILcdEditableMinimumSectorAltitude
- All Known Implementing Classes:
TLcdFeaturedMinimumSectorAltitude
,TLcdMinimumSectorAltitude
Represents a Minimum Sector Altitude object, defining the lowest altitudes to be used for one or more sectors.
Each sector defines an altitude and is modeled as an arc band, consisting of a center, a min and max radius and a
start and end angle.
- Since:
- 2022.0
-
Method Summary
Modifier and TypeMethodDescriptiongetSector
(int aIndex) Returns the sector at the given index.int
Returns the number of sectors in 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.shape.ILcdShape
contains2D, contains2D, contains3D, contains3D, getFocusPoint
Methods inherited from interface com.luciad.shape.ILcdShapeList
getShape, getShapeCount
-
Method Details
-
getSectorCount
int getSectorCount()Returns the number of sectors in this Minimum Sector Altitude.- Returns:
- the number of sectors in this Minimum Sector Altitude.
-
getSector
Returns the sector at the given index.- Parameters:
aIndex
- an index of a sector- Returns:
- the sector at the given index.
-