Uses of Class
com.luciad.lucy.map.TLcyGenericMapManager
Package
Description
Contains a broad range of classes related to the visual represention of a map.
Contains a broad range of classes related to the visual representation of a map.
-
Uses of TLcyGenericMapManager in com.luciad.lucy.map
Modifier and TypeMethodDescriptionTLcyGenericMapManagerEvent.getMapManager()
Returns theILcyGeneralMapManager
set in the constructor.Modifier and TypeMethodDescriptionList
<TLcyGenericMapManager<? extends ILcdView, ? extends ILcdLayer>> TLcyCombinedMapManager.getMapManagers()
Returns a list containing all the map managers registered to this combined map manager.Modifier and TypeMethodDescriptionvoid
TLcyCombinedMapManager.addMapManager
(TLcyGenericMapManager<? extends ILcdView, ? extends ILcdLayer> aMapManager) Add a map manager to this active map manager.void
TLcyCombinedMapManager.removeMapManager
(TLcyGenericMapManager<? extends ILcdView, ? extends ILcdLayer> aMapManager) Remove a map manager from this active map manager.ModifierConstructorDescriptionTLcyCombinedMapManager
(TLcyGenericMapManager<? extends ILcdView, ? extends ILcdLayer>[] aMapManagers) Deprecated.You should not create your own instances of this class.TLcyGenericMapManagerEvent
(int aId, ILcyGenericMapComponent<S, T> aMapComponent, TLcyGenericMapManager<S, T> aMapManager) Creates a newALcyMapManagerEvent
.ModifierConstructorDescriptionTLcyCombinedMapManager
(Collection<TLcyGenericMapManager<? extends ILcdView, ? extends ILcdLayer>> aMapManagers, ILcyLucyEnv aLucyEnv) Deprecated.You should not create your own instances of this class. -
Uses of TLcyGenericMapManager in com.luciad.lucy.map.lightspeed
Modifier and TypeClassDescriptionclass
Lightspeed implementation of the general map manager.