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 TypeClassDescriptionclassImplementation ofILcyGXYLayerOrderManagerthat orders the layers of a givenILcyMapComponentbased on theirILcyGXYLayerTypeand theirILcyModelContentType.Methods in com.luciad.lucy.map that return ILcyGXYLayerOrderManagerModifier and TypeMethodDescriptionprotected ILcyGXYLayerOrderManagerTLcyMapComponentFactory.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 TypeMethodDescriptionvoidTLcyMapComponent.setGXYLayerOrderManager(ILcyGXYLayerOrderManager aGXYLayerOrderManager) Sets the layer order manager this map uses to order its layers.protected voidTLcyMapComponentFactory.setGXYLayerOrderManager(ILcyGXYLayerOrderManager aLayerOrderManager, TLcyMapComponent aMapComponentSFCT) Sets the givenILcyGXYLayerOrderManagerto the givenTLcyMapComponent. -
Uses of ILcyGXYLayerOrderManager in com.luciad.lucy.map.asynchronous
Methods in com.luciad.lucy.map.asynchronous that return ILcyGXYLayerOrderManagerModifier and TypeMethodDescriptionabstract ILcyGXYLayerOrderManagerALcyAsynchronousPaintFacade.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 ILcyGXYLayerOrderManagerALcyAsynchronousPaintFacade.createGXYAsynchronousLayerOrderManager(ILcyGXYLayerOrderManager aManager) Creates a new layer order manager based on the given one.