Class TLcdDAFIFTSectorDataProperties
java.lang.Object
com.luciad.format.dafift.model.sector.TLcdDAFIFTSectorDataProperties
This class provides easy access to the properties of the Sector type.
- Since:
- 2022.0
- 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
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The limit mileage of a sector, expressed in nautical miles.static final TLcdDataProperty
The start mileage of a sector, expressed in nautical miles.static final TLcdDataProperty
The type of terminal procedure altitude record.static final TLcdDataProperty
The number associated with a sector. -
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
. -
MILEAGE_START
The start mileage of a sector, expressed in nautical miles. The mileage is of the typeInteger
. -
MILEAGE_LIMIT
The limit mileage of a sector, expressed in nautical miles. The mileage is of the typeInteger
. -
CYCLE_DATE
Identifies the calendar period in which the record was added to the DAFIFT file or last revised. The first two digits indicate the century, the next two digits indicate the year and the last two digits indicate the 28 day cycle in which the addition/change was made. The cycle date is of the typeString
. -
MSA_TYPE
The type of terminal procedure altitude record. The MSA type is of the typeTLcdMinimumSectorAltitudeType
.- Since:
- 2023.1
-
-
Constructor Details
-
TLcdDAFIFTSectorDataProperties
public TLcdDAFIFTSectorDataProperties()
-