Uses of Class
com.luciad.lucy.model.ALcyDataSourceHandler
Packages that use ALcyDataSourceHandler
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.Provides support facilities for adding a new data format to Lucy.
Provides classes to deal with the models ( that store the actual data ) behind a map.
-
Uses of ALcyDataSourceHandler in com.luciad.lucy
Methods in com.luciad.lucy with parameters of type ALcyDataSourceHandlerModifier and TypeMethodDescriptionabstract ObjectTLcyDataFormatManager.ALcyHandlerChooser.chooseHandler(String aSourceName, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, ALcyFileTypeDescriptor[] aModelDecoderFileTypeDescriptors, ALcyDataSourceHandler[] aDataSourceHandlers, ALcyFileTypeDescriptor[] aDataSourceHandlerFileTypeDescriptors, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Chooses theILcdModelDecoderorALcyDataSourceHandlerto use for the given aSourceName out of the list of given handlers.abstract List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> TLcyDataFormatManager.ALcyMapComponentChooser.chooseMapComponent(String aSourceName, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aFailedMapComponent, List<ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer>> aMapComponentsToChooseFrom, ILcdModelDecoder[] aModelDecoders, ALcyFileTypeDescriptor[] aModelDecoderFileTypeDescriptors, ALcyDataSourceHandler[] aDataSourceHandlers, ALcyFileTypeDescriptor[] aDataSourceHandlerFileTypeDescriptors, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Chooses theILcyGenericMapComponent(s) to use for the givenaSourceNameout of the list of given map components.voidTLcyDataFormatManager.handleDataSources(String[] aDataSources, ILcyGenericMapComponent<? extends ILcdView, ? extends ILcdLayer> aMapComponent, ILcdModelDecoder[] aModelDecoders, ALcyFileTypeDescriptor[] aModelDecoderFileTypeDescriptors, ALcyDataSourceHandler[] aDataSourceHandlers, ALcyFileTypeDescriptor[] aDataSourceHandlerFileTypeDescriptors, ALcyFileTypeDescriptor aSelectedFileTypeDescriptor, Component aParentComponent) Opens the data represented byaDataSourcesonaMapComponentby using theILcdModelDecoders inaModelDecodersand theALcyDataSourceHandlers inaDataSourceHandlers. -
Uses of ALcyDataSourceHandler in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ALcyDataSourceHandlerModifier and TypeMethodDescriptionprotected ALcyDataSourceHandler[]ALcyFormat.createDataSourceHandlers()CreatesALcyDataSourceHandler(s) that are more general thanALcyFileTypeDescriptors.protected ALcyDataSourceHandler[]ALcyFormatWrapper.createDataSourceHandlers()final ALcyDataSourceHandler[]ALcyFormat.getDataSourceHandlers()Returns the array ofALcyDataSourceHandlerinstances created by this format. -
Uses of ALcyDataSourceHandler in com.luciad.lucy.model
Subclasses of ALcyDataSourceHandler in com.luciad.lucy.modelModifier and TypeClassDescriptionclassComposite implementation (see composite design pattern) ofALcyDataSourceHandler.Methods in com.luciad.lucy.model that return ALcyDataSourceHandlerModifier and TypeMethodDescriptionTLcyCompositeDataSourceHandler.getDataSourceHandler(int aIndex) Returns theALcyDataSourceHandlerat the given index.Methods in com.luciad.lucy.model with parameters of type ALcyDataSourceHandlerModifier and TypeMethodDescriptionvoidTLcyCompositeDataSourceHandler.addDataSourceHandler(ALcyDataSourceHandler aHandler, ALcyFileTypeDescriptor aFileTypeDescriptor) Adds the givenALcyDataSourceHandlerto the list of associatedALcyDataSourceHandlers.voidTLcyCompositeDataSourceHandler.removeDataSourceHandler(ALcyDataSourceHandler aHandler) Removes the givenALcyDataSourceHandlerfrom the list of associatedALcyDataSourceHandlers.Constructors in com.luciad.lucy.model with parameters of type ALcyDataSourceHandlerModifierConstructorDescriptionTLcyDataSourceHandlerHolder(ALcyFileTypeDescriptor aFileTypeDescriptor, ALcyDataSourceHandler aDataSourceHandler) Create a new holder object to associate anALcyDataSourceHandlerwith anALcyFileTypeDescriptor.