Uses of Class
com.luciad.lucy.datatransfer.ALcyLayerSelectionTransferHandler
Packages that use ALcyLayerSelectionTransferHandler
Package
Description
Contains classes to enable the exchange of model objects from one layer to another.
Provides support facilities for adding a new data format to Lucy.
Provides support facilities for adding visualization in a Lightspeed view for data formats.
Provides supporting classes for asynchronous painting.
-
Uses of ALcyLayerSelectionTransferHandler in com.luciad.lucy.datatransfer
Subclasses of ALcyLayerSelectionTransferHandler in com.luciad.lucy.datatransferModifier and TypeClassDescriptionclass
An abstract extension ofALcyLayerSelectionTransferHandler
which adds support to copy domain objects between models of the same format and optionally to import shapes from another format.class
Composite implementation ofALcyLayerSelectionTransferHandler
according to the composite design pattern.Methods in com.luciad.lucy.datatransfer that return ALcyLayerSelectionTransferHandlerModifier and TypeMethodDescriptionTLcyCompositeLayerSelectionTransferHandler.getLayerSelectionTransferHandler
(int aIndex) Returns theALcyLayerSelectionTransferHandler
at locationi
.TLcyDataTransferManager.getLayerSelectionTransferHandler
(int aIndex) Returns theALcyLayerSelectionTransferHandler
at locationaIndex
in theTLcyCompositeLayerSelectionTransferHandler
.Methods in com.luciad.lucy.datatransfer with parameters of type ALcyLayerSelectionTransferHandlerModifier and TypeMethodDescriptionvoid
TLcyCompositeLayerSelectionTransferHandler.addLayerSelectionTransferHandler
(ALcyLayerSelectionTransferHandler aLayerSelectionTransferHandler) AddsaLayerSelectionTransferHandler
to the list of handlers.void
TLcyCompositeLayerSelectionTransferHandler.addLayerSelectionTransferHandler
(ALcyLayerSelectionTransferHandler aLayerSelectionTransferHandler, int aPriority) AddsaLayerSelectionTransferHandler
to the list of handlers.void
TLcyDataTransferManager.addLayerSelectionTransferHandler
(ALcyLayerSelectionTransferHandler aLayerSelectionTransferHandler) AddsaLayerSelectionTransferHandler
to theTLcyCompositeLayerSelectionTransferHandler
.void
TLcyCompositeLayerSelectionTransferHandler.removeLayerSelectionTransferHandler
(ALcyLayerSelectionTransferHandler aLayerSelectionTransferHandler) RemovesaLayerSelectionTransferHandler
from the list of handlers.void
TLcyDataTransferManager.removeLayerSelectionTransferHandler
(ALcyLayerSelectionTransferHandler aLayerSelectionTransferHandler) RemovesaLayerSelectionTransferHandler
from theTLcyCompositeLayerSelectionTransferHandler
. -
Uses of ALcyLayerSelectionTransferHandler in com.luciad.lucy.format
Methods in com.luciad.lucy.format that return ALcyLayerSelectionTransferHandlerModifier and TypeMethodDescriptionprotected ALcyLayerSelectionTransferHandler[]
ALcyFormat.createGXYLayerSelectionTransferHandlers()
Creates theALcyLayerSelectionTransferHandler
transfer handlers that can transfer the selection of the 2D layers created by the layer factories of this format.protected ALcyLayerSelectionTransferHandler[]
ALcyFormatWrapper.createGXYLayerSelectionTransferHandlers()
protected ALcyLayerSelectionTransferHandler[]
TLcyAsynchronousFormatWrapper.createGXYLayerSelectionTransferHandlers()
protected ALcyLayerSelectionTransferHandler[]
TLcySafeGuardFormatWrapper.createGXYLayerSelectionTransferHandlers()
ALcyFormat.getGXYLayerSelectionTransferHandlers()
Returns theALcyLayerSelectionTransferHandler
transfer handlers that can transfer the selection of the 2D layers created by the layer factories of this format. -
Uses of ALcyLayerSelectionTransferHandler in com.luciad.lucy.format.lightspeed
Methods in com.luciad.lucy.format.lightspeed that return ALcyLayerSelectionTransferHandlerModifier and TypeMethodDescriptionprotected ALcyLayerSelectionTransferHandler[]
ALcyLspFormat.createLayerSelectionTransferHandlers()
Creates theALcyLayerSelectionTransferHandler
transfer handlers that can transfer the selection of the layers created by the layer factories of this format.protected ALcyLayerSelectionTransferHandler[]
ALcyLspFormatWrapper.createLayerSelectionTransferHandlers()
Creates theALcyLayerSelectionTransferHandler
transfer handlers that can transfer the selection of the layers created by the layer factories of this format.protected ALcyLayerSelectionTransferHandler[]
TLcyLspSafeGuardFormatWrapper.createLayerSelectionTransferHandlers()
Creates theALcyLayerSelectionTransferHandler
transfer handlers that can transfer the selection of the layers created by the layer factories of this format.ALcyLspFormat.getLayerSelectionTransferHandlers()
Returns theALcyLayerSelectionTransferHandler
transfer handlers that can transfer the selection of the layers created by the layer factories of this format. -
Uses of ALcyLayerSelectionTransferHandler in com.luciad.lucy.map.asynchronous
Subclasses of ALcyLayerSelectionTransferHandler in com.luciad.lucy.map.asynchronousModifier and TypeClassDescriptionclass
Asynchronous layer selection transfer handler, wrapping around an existing handler.Constructors in com.luciad.lucy.map.asynchronous with parameters of type ALcyLayerSelectionTransferHandlerModifierConstructorDescriptionTLcyGXYAsynchronousLayerSelectionTransferHandler
(ILcyLucyEnv aLucyEnv, ALcyLayerSelectionTransferHandler aLayerSelectionTransferHandler) Creates a new transfer handler.