Uses of Interface
com.luciad.lucy.map.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
Modifier and TypeMethodDescriptionprotected ILcdFilter
<ILcdGXYLayer> TLcyMapOverviewLayerControlFactory.createEnabledFilter
(int aID, ILcyMapLayerControl aLayerControl) -
Uses of ILcyMapLayerControl in com.luciad.lucy.map
Modifier and TypeClassDescriptionclass
This is an implementation ofILcyMapLayerControl
that does not contain any user interface elements.Modifier 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()
Modifier 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
Modifier and TypeClassDescriptionclass
This is an implementation ofILcyMapLayerControl
that does not contain any user interface elements.Modifier and TypeMethodDescriptionvoid
TLcyLspMapComponent.setLayerControl
(ILcyMapLayerControl aLayerControl) Sets the layer control of this map.