Class TLcdDAFIFTHelipadDataProperties
java.lang.Object
com.luciad.format.dafift.model.aerodrome.TLcdDAFIFTHelipadDataProperties
This class provides easy access to the properties of the Helipad type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A flag indicating whether this helipad is closed or unused.static final TLcdDataProperty
Identifies the calendar period in which the record was added to the DAFIFT file or last revised.static final TLcdDataProperty
The identifier of the heliport to which this helipad belongs.static final TLcdDataProperty
The maximum demonstrated usage for an aircraft/helicopter known to have used the landing surface the last five years.static final TLcdDataProperty
A lighting system of this helipad.static final TLcdDataProperty
A lighting system of this helipad.static final TLcdDataProperty
A lighting system of this helipad.static final TLcdDataProperty
The identifier of this helipad.static final TLcdDataProperty
The sequence number of the helipad.static final TLcdDataProperty
The surface type of this helipad. -
Method Summary
-
Field Details
-
HELIPORT_ID
The identifier of the heliport to which this helipad belongs. The heliport identifier is of the typeString
. -
SEQUENCE_NUMBER
The sequence number of the helipad. The sequence number is of the typeString
. -
SURFACE
The surface type of this helipad. The surface is of the typeTLcdRunwaySurfaceType
. -
LANDING_AREA_AIRCRAFT_TYPE
The maximum demonstrated usage for an aircraft/helicopter known to have used the landing surface the last five years. The landing area aircraft type is of the typeTLcdLandingAreaAircraftType
-
CLOSED
A flag indicating whether this helipad is closed or unused. The closed feature is of the typeBoolean
. -
PAD_IDENTIFIER
The identifier of this helipad. The pad identifier is of the typeString
. -
LGT_SYS1
A lighting system of this helipad. Lighting systems are of the typeTLcdLightingSystemType
. -
LGT_SYS2
A lighting system of this helipad. Lighting systems are of the typeTLcdLightingSystemType
. -
LGT_SYS3
A lighting system of this helipad. Lighting systems are of the typeTLcdLightingSystemType
. -
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
.- Since:
- 2022.0
-