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.ALcyHandlerChooser
TLcyLucyEnvFactory.createHandlerChooser
(ILcyLucyEnv aLucyEnv) Creates theTLcyDataFormatManager.ALcyHandlerChooser
that is responsible to choose the correct handler for a particular data source.TLcyDataFormatManager.getHandlerChooser()
Returns theALcyHandlerChooser
that is currently used.Methods in com.luciad.lucy with parameters of type TLcyDataFormatManager.ALcyHandlerChooserModifier and TypeMethodDescriptionvoid
TLcyDataFormatManager.setHandlerChooser
(TLcyDataFormatManager.ALcyHandlerChooser aHandlerChooser) TheALcyHandlerChooser
is responsible for deciding whichILcdModelDecoder
orALcyDataSourceHandler
is used when a data source (aString
orILcdDataSource
) is passed to thisTLcyDataFormatManager
.