Uses of Class
com.luciad.lucy.TLcyDataFormatManager.ALcyMapComponentChooser
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.ALcyMapComponentChooser in com.luciad.lucy
Modifier and TypeMethodDescriptionTLcyLucyEnvFactory.createMapComponentChooser
(ILcyLucyEnv aLucyEnv) Creates theTLcyDataFormatManager.ALcyMapComponentChooser
that is responsible to choose the correct map component for opening a particular data source.TLcyDataFormatManager.getMapComponentChooser()
Returns theALcyMapComponentChooser
that is currently used.Modifier and TypeMethodDescriptionvoid
TLcyDataFormatManager.setMapComponentChooser
(TLcyDataFormatManager.ALcyMapComponentChooser aMapComponentChooser) TheALcyMapComponentChooser
is responsible for deciding on whichILcyGenericMapComponent
(s) a data source (aString
orILcdDataSource
) should be opened when handling data sources.