Uses of Class
com.luciad.lucy.datatransfer.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
Modifier 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.Modifier and TypeMethodDescriptionTLcyCompositeLayerSelectionTransferHandler.getLayerSelectionTransferHandler
(int aIndex) Returns theALcyLayerSelectionTransferHandler
at locationi
.TLcyDataTransferManager.getLayerSelectionTransferHandler
(int aIndex) Returns theALcyLayerSelectionTransferHandler
at locationaIndex
in theTLcyCompositeLayerSelectionTransferHandler
.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
Asynchronous layer selection transfer handler, wrapping around an existing handler.ModifierConstructorDescriptionTLcyGXYAsynchronousLayerSelectionTransferHandler
(ILcyLucyEnv aLucyEnv, ALcyLayerSelectionTransferHandler aLayerSelectionTransferHandler) Creates a new transfer handler.