Uses of Class
com.luciad.format.aixm51.model.abstractfeature.TLcdAIXM51AbstractAIXMFeature
Packages that use 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
Methods in com.luciad.format.aixm51.model.features.obstacle that return TLcdAIXM51AbstractAIXMFeatureModifier and TypeMethodDescriptionTLcdAIXM51ObstacleAreaTimeSlice.getReference()
Returns the value of the property that maps to the choice between thereference_ownerAirport
andreference_ownerRunway
andreference_ownerOrganisation
elements.Methods in com.luciad.format.aixm51.model.features.obstacle with parameters of type TLcdAIXM51AbstractAIXMFeatureModifier 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
Methods in com.luciad.format.aixm51.model.features.procedure that return TLcdAIXM51AbstractAIXMFeatureModifier and TypeMethodDescriptionTLcdAIXM51AbstractProcedureTimeSlice.getGuidanceFacility()
Gets the value of the guidanceFacility property.Methods in com.luciad.format.aixm51.model.features.procedure with parameters of type TLcdAIXM51AbstractAIXMFeatureModifier 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
Methods in com.luciad.format.aixm51.model.features.procedure.approachprocedure.approach that return TLcdAIXM51AbstractAIXMFeatureModifier and TypeMethodDescriptionTLcdAIXM51InstrumentApproachProcedureTimeSlice.getGuidanceFacility()
Returns the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements.Methods in com.luciad.format.aixm51.model.features.procedure.approachprocedure.approach with parameters of type TLcdAIXM51AbstractAIXMFeatureModifier 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
Methods in com.luciad.format.aixm51.model.features.procedure.arrivalprocedure that return TLcdAIXM51AbstractAIXMFeatureModifier and TypeMethodDescriptionTLcdAIXM51StandardInstrumentArrivalTimeSlice.getGuidanceFacility()
Returns the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements.Methods in com.luciad.format.aixm51.model.features.procedure.arrivalprocedure with parameters of type TLcdAIXM51AbstractAIXMFeatureModifier 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
Methods in com.luciad.format.aixm51.model.features.procedure.departureprocedure that return TLcdAIXM51AbstractAIXMFeatureModifier and TypeMethodDescriptionTLcdAIXM51StandardInstrumentDepartureTimeSlice.getGuidanceFacility()
Returns the value of the property that maps to the choice between theguidanceFacility_navaid
andguidanceFacility_specialNavigationSystem
andguidanceFacility_radar
elements.Methods in com.luciad.format.aixm51.model.features.procedure.departureprocedure with parameters of type TLcdAIXM51AbstractAIXMFeatureModifier 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
Methods in com.luciad.format.aixm51.xml that return TLcdAIXM51AbstractAIXMFeatureModifier and TypeMethodDescriptionTLcdAIXM51ModelDecoder.decodeFeature
(String aSource) Decodes a data source representing an AIXM 5.1 Feature into aTLcdAIXM51AbstractAIXMFeature
.Methods in com.luciad.format.aixm51.xml with parameters of type TLcdAIXM51AbstractAIXMFeatureModifier and TypeMethodDescriptionvoid
TLcdAIXM51ModelEncoder.exportFeature
(TLcdAIXM51AbstractAIXMFeature aFeature, String aDestination) Exports the given AIXM 5.1 feature to the specified destination.