Uses of Interface
com.luciad.lucy.map.ILcyGXYLayerOrderManager
Package
Description
Contains a broad range of classes related to the visual represention of a map.
Provides supporting classes for asynchronous painting.
-
Uses of ILcyGXYLayerOrderManager in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Implementation ofILcyGXYLayerOrderManager
that orders the layers of a givenILcyMapComponent
based on theirILcyGXYLayerType
and theirILcyModelContentType
.Modifier and TypeMethodDescriptionprotected ILcyGXYLayerOrderManager
TLcyMapComponentFactory.createGXYLayerOrderManager
(TLcyMapComponent aMapComponent) Creates the layer ordering algorithm.TLcyMapComponent.getGXYLayerOrderManager()
Returns the layer order manager this map uses to order its layers.Modifier and TypeMethodDescriptionvoid
TLcyMapComponent.setGXYLayerOrderManager
(ILcyGXYLayerOrderManager aGXYLayerOrderManager) Sets the layer order manager this map uses to order its layers.protected void
TLcyMapComponentFactory.setGXYLayerOrderManager
(ILcyGXYLayerOrderManager aLayerOrderManager, TLcyMapComponent aMapComponentSFCT) Sets the givenILcyGXYLayerOrderManager
to the givenTLcyMapComponent
. -
Uses of ILcyGXYLayerOrderManager in com.luciad.lucy.map.asynchronous
Modifier and TypeMethodDescriptionabstract ILcyGXYLayerOrderManager
ALcyAsynchronousPaintFacade.createGXYAsynchronousLayerOrderManager
(ILcyGXYLayerOrderManager aManager) Creates a new layer order manager based on the given one.Modifier and TypeMethodDescriptionabstract ILcyGXYLayerOrderManager
ALcyAsynchronousPaintFacade.createGXYAsynchronousLayerOrderManager
(ILcyGXYLayerOrderManager aManager) Creates a new layer order manager based on the given one.