Package com.luciad.lucy.map.lightspeed
Class TLcyLspMapManager
java.lang.Object
com.luciad.lucy.map.TLcyGenericMapManager<ILspView,ILspLayer>
com.luciad.lucy.map.lightspeed.TLcyLspMapManager
- All Implemented Interfaces:
ILcdPropertyChangeSource
Lightspeed implementation of the general map manager.
This map manager is created by the TLcyLspMapAddOn
and registered to the Lucy
back-end as a service. It can be retrieved by calling ILcyLucyEnv.getService(Class)
.
Notice that only one instance of this class should be registered to the back-end.
- Since:
- 2012.0
-
Constructor Summary
-
Method Summary
Methods inherited from class com.luciad.lucy.map.TLcyGenericMapManager
addMapComponent, addMapManagerListener, addMapManagerListener, addPropertyChangeListener, containsMapComponent, fireMapManagerEvent, firePropertyChange, getActiveMapComponent, getMapComponent, getMapComponentCount, removeMapComponent, removeMapManagerListener, removePropertyChangeListener, setActiveMapComponent
-
Constructor Details
-
TLcyLspMapManager
public TLcyLspMapManager()Default constructor.
-