Uses of Class
com.luciad.lucy.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
Modifier 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.Modifier 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
.