Uses of Interface
com.luciad.lucy.map.ILcyMapManager
Packages that use 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
Methods in com.luciad.lucy.addons.map that return ILcyMapManagerModifier and TypeMethodDescriptionTLcyMapOverviewAddOn.getOverviewMapManager()Returns the map manager containing the map overviews. -
Uses of ILcyMapManager in com.luciad.lucy.map
Classes in com.luciad.lucy.map that implement ILcyMapManagerModifier and TypeClassDescriptionclassBy implementingILcyMapManagerthis class is a collection ofILcyMapComponents with one map being the active map.Methods in com.luciad.lucy.map that return ILcyMapManagerModifier and TypeMethodDescriptionTLcyMapManagerEvent.getMapManager()Returns theILcyMapManagerset in the constructor.Methods in com.luciad.lucy.map with parameters of type ILcyMapManagerModifier and TypeMethodDescriptionprotected StringTLcyMapComponentFactory.addNumberToMapNameIfNeeded(String aMapName, ILcyMapManager aMapManager) Utility method to add a number to a given map name if the map name already exists.Constructors in com.luciad.lucy.map with parameters of type ILcyMapManagerModifierConstructorDescriptionTLcyMapManagerEvent(int aId, ILcyMapComponent aMapComponent, ILcyMapManager aMapManager) Creates a newTLcyMapManagerEvent. -
Uses of ILcyMapManager in com.luciad.lucy.map.action
Methods in com.luciad.lucy.map.action that return ILcyMapManagerModifier and TypeMethodDescriptionTLcyStartNewMapComponentAction.getMapManager()Returns the associated map manager.Methods in com.luciad.lucy.map.action with parameters of type ILcyMapManagerModifier and TypeMethodDescriptionvoidTLcyStartNewMapComponentAction.setMapManager(ILcyMapManager aMapManager) Sets the associated map manager.