Uses of Class
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMFeature
Package
Description
This package provides the classes that correspond to AIXM 5.1 data types.
This package provides the classes that correspond to AIXM 5.1 obstacle types.
This package provides the classes that correspond to AIXM 5.1 procedure types.
This package provides API for decoding and encoding AIXM 5.1 data from/to XML.
-
Uses of TLcdAIXM51AbstractAIXMFeature in com.luciad.format.aixm51.model.abstractfeature
Modifier and TypeClassDescriptionclass
TLcdAIXM51Feature<T extends TLcdAIXM51AbstractAIXMTimeSlice>
Model class for AIXM51 features. -
Uses of TLcdAIXM51AbstractAIXMFeature in com.luciad.format.aixm51.model.features.obstacle
Modifier and TypeMethodDescriptionTLcdAIXM51ObstacleAreaTimeSlice.getReference()
Returns the value of the property that maps to the choice between thereference_ownerAirport
andreference_ownerRunway
andreference_ownerOrganisation
elements.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51ObstacleAreaTimeSlice.setReference
(TLcdAIXM51AbstractAIXMFeature aValue) Sets the value of the property that maps to the choice between thereference_ownerAirport
andreference_ownerRunway
andreference_ownerOrganisation
elements. -
Uses of TLcdAIXM51AbstractAIXMFeature in com.luciad.format.aixm51.model.features.procedure
Modifier and TypeMethodDescriptionTLcdAIXM51AbstractProcedureTimeSlice.getGuidanceFacility()
Gets the value of the guidanceFacility property.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51AbstractProcedureTimeSlice.setGuidanceFacility
(TLcdAIXM51AbstractAIXMFeature aValue) Sets the value of the guidanceFacility property. -
Uses of TLcdAIXM51AbstractAIXMFeature in com.luciad.format.aixm51.model.features.procedure.approachprocedure.approach
Modifier and TypeMethodDescriptionTLcdAIXM51InstrumentApproachProcedureTimeSlice.getGuidanceFacility()
Returns the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51InstrumentApproachProcedureTimeSlice.setGuidanceFacility
(TLcdAIXM51AbstractAIXMFeature aValue) Sets the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements. -
Uses of TLcdAIXM51AbstractAIXMFeature in com.luciad.format.aixm51.model.features.procedure.arrivalprocedure
Modifier and TypeMethodDescriptionTLcdAIXM51StandardInstrumentArrivalTimeSlice.getGuidanceFacility()
Returns the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51StandardInstrumentArrivalTimeSlice.setGuidanceFacility
(TLcdAIXM51AbstractAIXMFeature aValue) Sets the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements. -
Uses of TLcdAIXM51AbstractAIXMFeature in com.luciad.format.aixm51.model.features.procedure.departureprocedure
Modifier and TypeMethodDescriptionTLcdAIXM51StandardInstrumentDepartureTimeSlice.getGuidanceFacility()
Returns the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51StandardInstrumentDepartureTimeSlice.setGuidanceFacility
(TLcdAIXM51AbstractAIXMFeature aValue) Sets the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements. -
Uses of TLcdAIXM51AbstractAIXMFeature in com.luciad.format.aixm51.xml
Modifier and TypeMethodDescriptionTLcdAIXM51ModelDecoder.decodeFeature
(String aSource) Decodes a data source representing an AIXM 5.1 Feature into aTLcdAIXM51AbstractAIXMFeature
.Modifier and TypeMethodDescriptionvoid
TLcdAIXM51ModelEncoder.exportFeature
(TLcdAIXM51AbstractAIXMFeature aFeature, String aDestination) Exports the given AIXM 5.1 feature to the specified destination.