Uses of Interface
com.luciad.lucy.map.ILcyGXYLayerOrderManager
Packages that use 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
Classes in com.luciad.lucy.map that implement ILcyGXYLayerOrderManagerModifier and TypeClassDescriptionclass
Implementation ofILcyGXYLayerOrderManager
that orders the layers of a givenILcyMapComponent
based on theirILcyGXYLayerType
and theirILcyModelContentType
.Methods in com.luciad.lucy.map that return ILcyGXYLayerOrderManagerModifier 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.Methods in com.luciad.lucy.map with parameters of type ILcyGXYLayerOrderManagerModifier 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
Methods in com.luciad.lucy.map.asynchronous that return ILcyGXYLayerOrderManagerModifier and TypeMethodDescriptionabstract ILcyGXYLayerOrderManager
ALcyAsynchronousPaintFacade.createGXYAsynchronousLayerOrderManager
(ILcyGXYLayerOrderManager aManager) Creates a new layer order manager based on the given one.Methods in com.luciad.lucy.map.asynchronous with parameters of type ILcyGXYLayerOrderManagerModifier and TypeMethodDescriptionabstract ILcyGXYLayerOrderManager
ALcyAsynchronousPaintFacade.createGXYAsynchronousLayerOrderManager
(ILcyGXYLayerOrderManager aManager) Creates a new layer order manager based on the given one.