Uses of Interface
com.luciad.lucy.map.ILcyMapLayerControlFactory
Packages that use ILcyMapLayerControlFactory
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.
-
Uses of ILcyMapLayerControlFactory in com.luciad.lucy.addons.map
Classes in com.luciad.lucy.addons.map that implement ILcyMapLayerControlFactoryModifier and TypeClassDescriptionclass
Extension of the normal TLcyMapLayerControlFactory, which disables the delete action for both the grid layer and the overview layer, since there is no mean to restore those layers once they are deleted. -
Uses of ILcyMapLayerControlFactory in com.luciad.lucy.map
Classes in com.luciad.lucy.map that implement ILcyMapLayerControlFactoryModifier and TypeClassDescriptionclass
Factory to create aTLcyMapLayerControl
for a givenTLcyMapComponent
.Methods in com.luciad.lucy.map that return ILcyMapLayerControlFactoryModifier and TypeMethodDescriptionTLcyMapComponentFactory.getMapLayerControlFactory()
Returns the setILcyMapLayerControlFactory
.Methods in com.luciad.lucy.map with parameters of type ILcyMapLayerControlFactoryModifier and TypeMethodDescriptionvoid
TLcyMapComponentFactory.setMapLayerControlFactory
(ILcyMapLayerControlFactory aMapLayerControlFactory) Sets theILcyMapLayerControlFactory
that is used to create a layer control for a created map component.