Uses of Interface
com.luciad.lucy.map.ILcyMapLayerControl
Packages that use ILcyMapLayerControl
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.
Contains a broad range of classes related to the visual representation of a map.
-
Uses of ILcyMapLayerControl in com.luciad.lucy.addons.map
Methods in com.luciad.lucy.addons.map with parameters of type ILcyMapLayerControlModifier and TypeMethodDescriptionprotected ILcdFilter
<ILcdGXYLayer> TLcyMapOverviewLayerControlFactory.createEnabledFilter
(int aID, ILcyMapLayerControl aLayerControl) -
Uses of ILcyMapLayerControl in com.luciad.lucy.map
Classes in com.luciad.lucy.map that implement ILcyMapLayerControlModifier and TypeClassDescriptionclass
This is an implementation ofILcyMapLayerControl
that does not contain any user interface elements.Methods in com.luciad.lucy.map that return ILcyMapLayerControlModifier and TypeMethodDescriptionILcyMapLayerControlFactory.createMapLayerControl
(ILcyMapComponent aMapComponent) Creates a new layer control for the given map component.TLcyMapLayerControlFactory.createMapLayerControl
(ILcyMapComponent aMapComponent) Creates a newTLcyMapLayerControl
for the given map component.ILcyGenericMapComponent.getLayerControl()
Returns the layer control of this map.TLcyMapComponent.getLayerControl()
Methods in com.luciad.lucy.map with parameters of type ILcyMapLayerControlModifier and TypeMethodDescriptionprotected ILcdFilter
<ILcdGXYLayer> TLcyMapLayerControlFactory.createEnabledFilter
(int aID, ILcyMapLayerControl aLayerControl) Creates anILcdFilter
for the corresponding actions and active settables.void
TLcyMapComponent.setLayerControl
(ILcyMapLayerControl aLayerControl) Sets the layer control of this map. -
Uses of ILcyMapLayerControl in com.luciad.lucy.map.lightspeed
Classes in com.luciad.lucy.map.lightspeed that implement ILcyMapLayerControlModifier and TypeClassDescriptionclass
This is an implementation ofILcyMapLayerControl
that does not contain any user interface elements.Methods in com.luciad.lucy.map.lightspeed that return ILcyMapLayerControlMethods in com.luciad.lucy.map.lightspeed with parameters of type ILcyMapLayerControlModifier and TypeMethodDescriptionvoid
TLcyLspMapComponent.setLayerControl
(ILcyMapLayerControl aLayerControl) Sets the layer control of this map.