Uses of Class
com.luciad.lucy.TLcyDataFormatManager.ALcyHandlerChooser
Packages that use TLcyDataFormatManager.ALcyHandlerChooser
Package
Description
This package contains the core of Lucy: the
back-end, which
is the central point of Lucy where addons can add functionality to
extend Lucy, and the default front-end.-
Uses of TLcyDataFormatManager.ALcyHandlerChooser in com.luciad.lucy
Methods in com.luciad.lucy that return TLcyDataFormatManager.ALcyHandlerChooserModifier and TypeMethodDescriptionprotected TLcyDataFormatManager.ALcyHandlerChooserTLcyLucyEnvFactory.createHandlerChooser(ILcyLucyEnv aLucyEnv) Creates theTLcyDataFormatManager.ALcyHandlerChooserthat is responsible to choose the correct handler for a particular data source.TLcyDataFormatManager.getHandlerChooser()Returns theALcyHandlerChooserthat is currently used.Methods in com.luciad.lucy with parameters of type TLcyDataFormatManager.ALcyHandlerChooserModifier and TypeMethodDescriptionvoidTLcyDataFormatManager.setHandlerChooser(TLcyDataFormatManager.ALcyHandlerChooser aHandlerChooser) TheALcyHandlerChooseris responsible for deciding whichILcdModelDecoderorALcyDataSourceHandleris used when a data source (aStringorILcdDataSource) is passed to thisTLcyDataFormatManager.