Uses of Interface
com.luciad.lucy.map.ILcyMapManager
Package
Description
Provides various addons that add support for 2D maps; the most important addon is the TLcyMapAddOn.
Contains a broad range of classes related to the visual represention of a map.
Provides actions that have a relationship with a map.
-
Uses of ILcyMapManager in com.luciad.lucy.addons.map
Modifier and TypeMethodDescriptionTLcyMapOverviewAddOn.getOverviewMapManager()
Returns the map manager containing the map overviews. -
Uses of ILcyMapManager in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
By implementingILcyMapManager
this class is a collection ofILcyMapComponent
s with one map being the active map.Modifier and TypeMethodDescriptionTLcyMapManagerEvent.getMapManager()
Returns theILcyMapManager
set in the constructor.Modifier and TypeMethodDescriptionprotected String
TLcyMapComponentFactory.addNumberToMapNameIfNeeded
(String aMapName, ILcyMapManager aMapManager) Utility method to add a number to a given map name if the map name already exists.ModifierConstructorDescriptionTLcyMapManagerEvent
(int aId, ILcyMapComponent aMapComponent, ILcyMapManager aMapManager) Creates a newTLcyMapManagerEvent
. -
Uses of ILcyMapManager in com.luciad.lucy.map.action
Modifier and TypeMethodDescriptionTLcyStartNewMapComponentAction.getMapManager()
Returns the associated map manager.Modifier and TypeMethodDescriptionvoid
TLcyStartNewMapComponentAction.setMapManager
(ILcyMapManager aMapManager) Sets the associated map manager.