Uses of Interface
com.luciad.format.aixm.decoder.ILcdAIXMHandler
Packages that use ILcdAIXMHandler
-
Uses of ILcdAIXMHandler in com.luciad.format.aixm.decoder
Classes in com.luciad.format.aixm.decoder that implement ILcdAIXMHandlerModifier and TypeClassDescriptionclassThis implementation ofILcdAIXMHandlerdeals with Aerodrome elements.classThis implementation ofILcdAIXMHandlerdeals with Airspace elements.classThis implementation ofILcdAIXMHandlerdeals with designated point elements.classThis implementation ofILcdAIXMHandlerdeals with DME elements.classThis implementation ofILcdAIXMHandlerdeals with Geoborder elements.classThis implementation ofILcdAIXMHandlerdeals with ILS elements.classThis implementation ofILcdAIXMHandlerdeals with Marker elements.classThis implementation ofILcdAIXMHandlerdeals with NDB elements.classThis implementation ofILcdAIXMHandleradds support for decoding obstacles.classThis implementation ofILcdAIXMHandlerdeals with procedures (SID, STAR, IAP), which are defined in AIXM by Sid, Sia, Iap elements.classThis implementation ofILcdAIXMHandlerdeals with Route elements.classThis implementation ofILcdAIXMHandlerdeals with runways.classThis implementation ofILcdAIXMHandlerdeals with TACAN elements.classThis implementation ofILcdAIXMHandlerdeals with VOR elements.Methods in com.luciad.format.aixm.decoder that return ILcdAIXMHandlerModifier and TypeMethodDescriptionTLcdAIXMModelDecoder.getHandlerForTypeToBeDecoded(int aIndex) Returns the handler with the given index.Methods in com.luciad.format.aixm.decoder with parameters of type ILcdAIXMHandlerModifier and TypeMethodDescriptionvoidTLcdAIXMModelDecoder.addHandlerForTypeToBeDecoded(ILcdAIXMHandler aHandler) Adds anILcdAIXMHandlerto the decoder.