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 TypeClassDescriptionclassExtension 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 TypeClassDescriptionclassFactory to create aTLcyMapLayerControlfor 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 TypeMethodDescriptionvoidTLcyMapComponentFactory.setMapLayerControlFactory(ILcyMapLayerControlFactory aMapLayerControlFactory) Sets theILcyMapLayerControlFactorythat is used to create a layer control for a created map component.