Uses of Class
com.luciad.lucy.TLcyDataFormatManager.ALcyMapComponentChooser
Packages that use 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
Methods in com.luciad.lucy that return TLcyDataFormatManager.ALcyMapComponentChooserModifier and TypeMethodDescriptionTLcyLucyEnvFactory.createMapComponentChooser(ILcyLucyEnv aLucyEnv) Creates theTLcyDataFormatManager.ALcyMapComponentChooserthat is responsible to choose the correct map component for opening a particular data source.TLcyDataFormatManager.getMapComponentChooser()Returns theALcyMapComponentChooserthat is currently used.Methods in com.luciad.lucy with parameters of type TLcyDataFormatManager.ALcyMapComponentChooserModifier and TypeMethodDescriptionvoidTLcyDataFormatManager.setMapComponentChooser(TLcyDataFormatManager.ALcyMapComponentChooser aMapComponentChooser) TheALcyMapComponentChooseris responsible for deciding on whichILcyGenericMapComponent(s) a data source (aStringorILcdDataSource) should be opened when handling data sources.