Class TLcdAIXMAerodromeDataProperties
java.lang.Object
com.luciad.format.aixm.model.aerodrome.TLcdAIXMAerodromeDataProperties
This class provides easy access to the properties of the Aerodrome type.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataProperty
A textual description of the altimeter check locations.static final TLcdDataProperty
The annual rate of change of the magnetic variation.static final TLcdDataProperty
The beginning date and time of validity for the features of the aerodrome.static final TLcdDataProperty
The value of the aerodrome elevation.static final TLcdDataProperty
The vertical distance from the stated elevation within which there is a defined confidence of the true position falling.static final TLcdDataProperty
The end date and time of validity for the features of the aerodrome.static final TLcdDataProperty
The horizontal distance from the stated geographical position within which there is a defined confidence of the true position of the aerodrome/heliport reference point falling.static final TLcdDataProperty
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates of the aerodrome/heliport reference point.static final TLcdDataProperty
A distance separating the geoid and the ellipsoid at that position.static final TLcdDataProperty
A three letter code derived from IATA Reservations Manual Part II, IATA Resolution 763.static final TLcdDataProperty
The four letter ICAO code of the aerodrome.static final TLcdDataProperty
An identifier for an aerodrome.static final TLcdDataProperty
A boolean value indicating if this aerodrome/heliport can be used by international traffic.static final TLcdDataProperty
A textual description of the landing direction indicator (LDI) and its position at the aerodrome/heliport.static final TLcdDataProperty
The angular difference between True North and Magnetic North at the location of the aerodrome.static final TLcdDataProperty
The date on which the magnetic variation had this value.static final TLcdDataProperty
An artificial unique identifier in a given context.static final TLcdDataProperty
A free text name of the aerodrome.static final TLcdDataProperty
A code specifying whether this entity is an Aerodrome or a Heliport.static final TLcdDataProperty
A boolean value indicating if non-scheduled flights may use the aerodrome/heliport.static final TLcdDataProperty
A boolean value indicating when an aircraft permitted to use the aerodrome/heliport should observe Instrument Flight Rules.static final TLcdDataProperty
A boolean value indicating when an aircraft permitted to use the aerodrome/heliport should observe Visual Flight Rules.static final TLcdDataProperty
A code indicating whether an aerodrome is to used for military, civil or both types of operations.static final TLcdDataProperty
The responsible organization or authority.static final TLcdDataProperty
The name of the organization in charge of aerodrome/heliport administration.static final TLcdDataProperty
A boolean value indicating if private flights may use the aerodrome/heliport.static final TLcdDataProperty
A textual description of the aerodrome/heliport reference point.static final TLcdDataProperty
The value of the reference temperature at an aerodrome/heliport.static final TLcdDataProperty
The unit of measurement of the reference temperature.static final TLcdDataProperty
Free text remarks.static final TLcdDataProperty
A boolean value indicating if scheduled flights may use the aerodrome/heliport.static final TLcdDataProperty
A textual description of the secondary power supply available at the aerodrome/heliport.static final TLcdDataProperty
The full free text name of the city or town the aerodrome/heliport is serving.static final TLcdDataProperty
A free text description of the site direction and distance from the city it serves or from another point easily distinguishable from the air.static final TLcdDataProperty
The altitude at or below which the vertical position of an aircraft is controlled by reference to altitudes.static final TLcdDataProperty
The unit of measurement of the transition altitude.static final TLcdDataProperty
Attribute to take the "Vertical Datum".static final TLcdDataProperty
The unit of measurement for vertical distances: aerodrome/heliport elevation, elevation accuracy, geoidal undulation.static final TLcdDataProperty
A textual description of the wind direction indicator (WDI) and its position at the aerodrome/heliport. -
Method Summary
-
Field Details
-
IDENTIFICATION
An identifier for an aerodrome. The identifier is of the typeString
.This feature may be format dependent.
-
ORGANIZATION
The responsible organization or authority. The organization is of the typeString
. -
NAME
A free text name of the aerodrome. The name is of the typeString
. -
IATA_CODE
A three letter code derived from IATA Reservations Manual Part II, IATA Resolution 763. The IATA code designator is of typeString
. -
ICAO_CODE
The four letter ICAO code of the aerodrome. The ICAO code is of the typeString
. -
OPERATIONS_TYPE
A code indicating whether an aerodrome is to used for military, civil or both types of operations. The operations type is of typeTLcdAerodromeOperationsType
-
NATIONAL_TRAFFIC
A code specifying whether this entity is an Aerodrome or a Heliport. The type is of typeTLcdAerodromeType
. NOTE: THIS FEATURE IS A FIELD IN AERODROME WITH SETTER/GETTER String TYPE = "Type"; -
INTERNATIONAL_TRAFFIC
A boolean value indicating if this aerodrome/heliport can be used by international traffic. The type isBoolean
. -
SCHEDULED_FLIGHT
A boolean value indicating if scheduled flights may use the aerodrome/heliport. The type isBoolean
. -
NON_SCHEDULED_FLIGHT
A boolean value indicating if non-scheduled flights may use the aerodrome/heliport. The type isBoolean
. -
PRIVATE_FLIGHT
A boolean value indicating if private flights may use the aerodrome/heliport. The type isBoolean
. -
OBSERVE_VFR
A boolean value indicating when an aircraft permitted to use the aerodrome/heliport should observe Visual Flight Rules. The type isBoolean
. -
OBSERVE_IFR
A boolean value indicating when an aircraft permitted to use the aerodrome/heliport should observe Instrument Flight Rules. The type isBoolean
. -
REFERENCE_POINT_DESCRIPTRION
A textual description of the aerodrome/heliport reference point. The reference point description is of typeString
. -
GEOGRAPHICAL_ACCURACY
The horizontal distance from the stated geographical position within which there is a defined confidence of the true position of the aerodrome/heliport reference point falling. The geographical accuracy is of typeFloat
. -
GEOGRAPHICAL_ACCURACY_UNIT
The unit of measurement for the value expressing the accuracy of the geographical co-ordinates of the aerodrome/heliport reference point. The geographical accuracy unit is of typeTLcdDistanceUnit
. -
ELEVATION
The value of the aerodrome elevation. The vertical distance to the highest point on the landing area of the aerodrome from Mean Sea Level. The elevation is of typeFloat
. -
ELEVATION_ACCURACY
The vertical distance from the stated elevation within which there is a defined confidence of the true position falling. The elevation accuracy is of typeFloat
. -
GEOID_UNDULATION
A distance separating the geoid and the ellipsoid at that position. In respect of WGS-84 geodetic datum, the difference between the WGS-84 ellipsoidal height and geoidal height represents geoidal undulation. The geoid undulation is of typeFloat
. -
VERTICAL_DISTANCE_UNIT
The unit of measurement for vertical distances: aerodrome/heliport elevation, elevation accuracy, geoidal undulation. The vertical distance unit is of typeTLcdAltitudeUnit
. -
VERTICAL_DATUM
Attribute to take the "Vertical Datum". The vertical datum is of typeString
. -
SERVED_CITY
The full free text name of the city or town the aerodrome/heliport is serving. The served city is of typeString
. -
SITE_DESCRIPTION
A free text description of the site direction and distance from the city it serves or from another point easily distinguishable from the air. The site description is of typeString
. -
MAGNETIC_VARIATION
The angular difference between True North and Magnetic North at the location of the aerodrome. The magnetic variation is of typeString
-
ANNUAL_RATE_OF_CHANGE_OF_MAGNETIC_VARIATION
The annual rate of change of the magnetic variation. The rate is of typeString
. -
MAGNETIC_VARIATION_DATE
The date on which the magnetic variation had this value. The date is of typeString
. -
REFERENCE_TEMPERATURE
The value of the reference temperature at an aerodrome/heliport. The reference temperature is of typeFloat
. -
REFERENCE_TEMPERATURE_UNIT
The unit of measurement of the reference temperature. The reference temperature unit is of typeString
. -
ORGANIZATION_IN_CHARGE
The name of the organization in charge of aerodrome/heliport administration. The organization in charge is of typeString
. -
ALTIMETER_CHECK_LOCATION_DESCRIPTION
A textual description of the altimeter check locations. The altimeter check location description is of typeString
. -
SECONDARY_POWER_SUPPLY_DESCRIPTION
A textual description of the secondary power supply available at the aerodrome/heliport. The secondary power supply description is of typeString
. -
WIND_DIRECTION_INDICATOR_DESCRIPTION
A textual description of the wind direction indicator (WDI) and its position at the aerodrome/heliport. The landing direction indicator description is of typeString
. -
LANDING_DIRECTION_INDICATOR_DESCRIPTION
A textual description of the landing direction indicator (LDI) and its position at the aerodrome/heliport. The landing direction indicator description is of typeString
. -
TRANSITION_ALTITUDE
The altitude at or below which the vertical position of an aircraft is controlled by reference to altitudes. The transition altitude is of the typeFloat
. -
TRANSITION_ALTITUDE_UNIT
The unit of measurement of the transition altitude. The transition altitude unit of measurement is of the typeTLcdAltitudeUnit
. -
BEGINNING_DATE
The beginning date and time of validity for the features of the aerodrome. The date is of the typeString
. -
END_DATE
The end date and time of validity for the features of the aerodrome. The date is of the typeString
. -
MID
An artificial unique identifier in a given context. This context can be a dataset or an application domain. The identifier is of the typeString
. -
REMARK
Free text remarks. The remark is of the typeString
.
-