Uses of Class
com.luciad.lucy.map.TLcyGenericMapManager
Packages that use 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
Methods in com.luciad.lucy.map that return TLcyGenericMapManagerModifier and TypeMethodDescriptionTLcyGenericMapManagerEvent.getMapManager()Returns theILcyGeneralMapManagerset in the constructor.Methods in com.luciad.lucy.map that return types with arguments of type TLcyGenericMapManagerModifier and TypeMethodDescriptionList<TLcyGenericMapManager<? extends ILcdView, ? extends ILcdLayer>> TLcyCombinedMapManager.getMapManagers()Returns a list containing all the map managers registered to this combined map manager.Methods in com.luciad.lucy.map with parameters of type TLcyGenericMapManagerModifier and TypeMethodDescriptionvoidTLcyCombinedMapManager.addMapManager(TLcyGenericMapManager<? extends ILcdView, ? extends ILcdLayer> aMapManager) Add a map manager to this active map manager.voidTLcyCombinedMapManager.removeMapManager(TLcyGenericMapManager<? extends ILcdView, ? extends ILcdLayer> aMapManager) Remove a map manager from this active map manager.Constructors in com.luciad.lucy.map with parameters of type TLcyGenericMapManagerModifierConstructorDescriptionTLcyCombinedMapManager(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.Constructor parameters in com.luciad.lucy.map with type arguments of type TLcyGenericMapManagerModifierConstructorDescriptionTLcyCombinedMapManager(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
Subclasses of TLcyGenericMapManager in com.luciad.lucy.map.lightspeedModifier and TypeClassDescriptionclassLightspeed implementation of the general map manager.