Uses of Class
com.luciad.lucy.map.ALcyMapComponentFactory
Packages that use ALcyMapComponentFactory
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 ALcyMapComponentFactory in com.luciad.lucy.addons.map
Subclasses of ALcyMapComponentFactory in com.luciad.lucy.addons.mapModifier and TypeClassDescriptionclassTLcyMapComponentFactory customized for generating overview map components: ` an overview layer is added, together with the necessary controllers, but no status bar, no area of interest, ...Methods in com.luciad.lucy.addons.map that return ALcyMapComponentFactoryModifier and TypeMethodDescriptionTLcyMapAddOn.getMapComponentFactory()Returns the map component factory used to create the map components.TLcyMapOverviewAddOn.getMapComponentFactory()Get the factory used to create the overview map component.Methods in com.luciad.lucy.addons.map with parameters of type ALcyMapComponentFactoryModifier and TypeMethodDescriptionvoidTLcyMapAddOn.setMapComponentFactory(ALcyMapComponentFactory aMapComponentFactory) Sets the map component factory used to create the map components.voidTLcyMapOverviewAddOn.setMapComponentFactory(ALcyMapComponentFactory aMapComponentFactory) Set the factory used to create the overview map component. -
Uses of ALcyMapComponentFactory in com.luciad.lucy.map
Subclasses of ALcyMapComponentFactory in com.luciad.lucy.mapModifier and TypeClassDescriptionclassFactory for the creation of map components.Methods in com.luciad.lucy.map that return ALcyMapComponentFactoryModifier and TypeMethodDescriptionILcyMapComponent.getMapComponentFactory()Returns theALcyMapComponentFactorythat was used to create thisILcyMapComponent.TLcyMapComponent.getMapComponentFactory()Methods in com.luciad.lucy.map with parameters of type ALcyMapComponentFactoryModifier and TypeMethodDescriptionvoidTLcyMapComponent.setMapComponentFactory(ALcyMapComponentFactory aMapComponentFactory) Sets the map component factory that was used to create thisTLcyMapComponent. -
Uses of ALcyMapComponentFactory in com.luciad.lucy.map.action
Methods in com.luciad.lucy.map.action that return ALcyMapComponentFactoryModifier and TypeMethodDescriptionTLcyStartNewMapComponentAction.getMapComponentFactory()Returns theTLcyMapComponentFactorythat is used to create aTLcyMapComponent.Methods in com.luciad.lucy.map.action with parameters of type ALcyMapComponentFactoryModifier and TypeMethodDescriptionvoidTLcyStartNewMapComponentAction.setMapComponentFactory(ALcyMapComponentFactory aMapComponentFactory) Sets theTLcyMapComponentFactorythat is used to create aTLcyMapComponent.