Uses of Interface
com.luciad.lucy.map.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
Modifier 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
Modifier and TypeClassDescriptionclass
Factory to create aTLcyMapLayerControl
for a givenTLcyMapComponent
.Modifier and TypeMethodDescriptionTLcyMapComponentFactory.getMapLayerControlFactory()
Returns the setILcyMapLayerControlFactory
.Modifier and TypeMethodDescriptionvoid
TLcyMapComponentFactory.setMapLayerControlFactory
(ILcyMapLayerControlFactory aMapLayerControlFactory) Sets theILcyMapLayerControlFactory
that is used to create a layer control for a created map component.