Class TLcdARINCSectorDataProperties
java.lang.Object
com.luciad.format.arinc.model.sector.TLcdARINCSectorDataProperties
This class provides easy access to the properties of the Sector type.
- Since:
- 2022.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
The altitude associated with a sector.static final TLcdDataProperty
The altitude unit associated with a sector.static final TLcdDataProperty
The end bearing of a sector, expressed in degrees.static final TLcdDataProperty
The start bearing of a sector, expressed in degrees.static final TLcdDataProperty
The number associated with a sector.static final TLcdDataProperty
The radius of a sector, expressed in nautical miles. -
Constructor Summary
-
Method Summary
-
Field Details
-
NUMBER
The number associated with a sector. The number is of the typeInteger
. -
ALTITUDE
The altitude associated with a sector. The altitude type is of the typeInteger
. -
ALTITUDE_UNIT
The altitude unit associated with a sector. The altitude unit type is of the typeTLcdAltitudeUnit
. -
BEARING_START
The start bearing of a sector, expressed in degrees. The bearing is of the typeInteger
. -
BEARING_END
The end bearing of a sector, expressed in degrees. The bearing is of the typeInteger
. -
RADIUS
The radius of a sector, expressed in nautical miles. The mileage is of the typeInteger
.
-
-
Constructor Details
-
TLcdARINCSectorDataProperties
public TLcdARINCSectorDataProperties()
-