Uses of Class
com.luciad.lucy.map.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
Modifier and TypeClassDescriptionclass
TLcyMapComponentFactory customized for generating overview map components: ` an overview layer is added, together with the necessary controllers, but no status bar, no area of interest, ...Modifier 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.Modifier and TypeMethodDescriptionvoid
TLcyMapAddOn.setMapComponentFactory
(ALcyMapComponentFactory aMapComponentFactory) Sets the map component factory used to create the map components.void
TLcyMapOverviewAddOn.setMapComponentFactory
(ALcyMapComponentFactory aMapComponentFactory) Set the factory used to create the overview map component. -
Uses of ALcyMapComponentFactory in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
Factory for the creation of map components.Modifier and TypeMethodDescriptionILcyMapComponent.getMapComponentFactory()
Returns theALcyMapComponentFactory
that was used to create thisILcyMapComponent
.TLcyMapComponent.getMapComponentFactory()
Modifier and TypeMethodDescriptionvoid
TLcyMapComponent.setMapComponentFactory
(ALcyMapComponentFactory aMapComponentFactory) Sets the map component factory that was used to create thisTLcyMapComponent
. -
Uses of ALcyMapComponentFactory in com.luciad.lucy.map.action
Modifier and TypeMethodDescriptionTLcyStartNewMapComponentAction.getMapComponentFactory()
Returns theTLcyMapComponentFactory
that is used to create aTLcyMapComponent
.Modifier and TypeMethodDescriptionvoid
TLcyStartNewMapComponentAction.setMapComponentFactory
(ALcyMapComponentFactory aMapComponentFactory) Sets theTLcyMapComponentFactory
that is used to create aTLcyMapComponent
.