Package com.luciad.format.aixm.model
Class TLcdAIXMDataTypes
java.lang.Object
com.luciad.format.aixm.model.TLcdAIXMDataTypes
This class provides access to the data model and the types of
AIXM
. Most of these types are extensions of AIS base types.- Since:
- 10.1
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TLcdDataType
AIXM type for Aerodrome.static final TLcdDataType
AIXM type for Airspace.static final TLcdDataType
AIXM type for AirspaceCorridor.static final TLcdDataType
AIXM type for AssociationBasedAirspace.static final TLcdDataType
AIXM type for ATSRoute.static final TLcdDataType
AIXM type for DME.static final TLcdDataType
AIXM type for Geoborder.static final TLcdDataType
AIXM type for GlidePath.static final TLcdDataType
AIXM type for ILS.static final TLcdDataType
AIXM type for Localizer.static final TLcdDataType
AIXM type for Marker.static final TLcdDataType
AIXM type for NDB.static final TLcdDataType
AIXM type for Obstacle.static final TLcdDataType
AIXM type for Procedure.static final TLcdDataType
AIXM type for ProcedureLeg.static final TLcdDataType
AIXM type for RouteSegment.static final TLcdDataType
AIXM type for Runway.static final TLcdDataType
AIXM type for RunwayClinePoint.static final TLcdDataType
AIXM type for RunwayDirection.static final TLcdDataType
AIXM type for TACAN.static final TLcdDataType
AIXM type for VOR.static final TLcdDataType
AIXM type for WayPoint. -
Method Summary
-
Field Details
-
RunwayDirection
AIXM type for RunwayDirection.- See Also:
-
RunwayClinePoint
AIXM type for RunwayClinePoint.- See Also:
-
Localizer
AIXM type for Localizer.- See Also:
-
AssociationBasedAirspace
AIXM type for AssociationBasedAirspace.- See Also:
-
AirspaceCorridor
AIXM type for AirspaceCorridor.- See Also:
-
WayPoint
AIXM type for WayPoint.- See Also:
-
NDB
AIXM type for NDB.- See Also:
-
DME
AIXM type for DME.- See Also:
-
Airspace
AIXM type for Airspace.- See Also:
-
Procedure
AIXM type for Procedure.- See Also:
-
Geoborder
AIXM type for Geoborder.- See Also:
-
ILS
AIXM type for ILS.- See Also:
-
Marker
AIXM type for Marker.- See Also:
-
VOR
AIXM type for VOR.- See Also:
-
Runway
AIXM type for Runway.- See Also:
-
TACAN
AIXM type for TACAN.- See Also:
-
Aerodrome
AIXM type for Aerodrome.- See Also:
-
ProcedureLeg
AIXM type for ProcedureLeg.- See Also:
-
ATSRoute
AIXM type for ATSRoute.- See Also:
-
RouteSegment
AIXM type for RouteSegment.- See Also:
-
GlidePath
AIXM type for GlidePath.- See Also:
-
Obstacle
AIXM type for Obstacle.- See Also:
-
-
Method Details
-
getDataModel
Returns the data model forAIXM
.- Returns:
- the data model
-