Uses of Interface
com.luciad.view.ILcdInitialLayerIndexProvider
Package
Description
Contains a broad range of classes related to the visual representation of a map.
General aspects of views.
Provides two-dimensional views and components supporting the visualization of the former's representation.
Provides layer-specific asynchronous painting.
Provides an asynchronous layer wrapper and paint queue implementation that allows
inserting Lightspeed layers into an
ILcdGXYView
.Provides layering support for
ILspView
.Provides support for visualizing
ILcdGXYLayer
instances in an
ILspView
.-
Uses of ILcdInitialLayerIndexProvider in com.luciad.lucy.map.lightspeed
Modifier and TypeMethodDescriptionprotected ILcdInitialLayerIndexProvider
TLcyLspMapComponentFactory.createInitialLayerIndexProvider
(ALcyProperties aProperties) Creates a initial layer index provider for this map component.protected final ILcdInitialLayerIndexProvider
TLcyLspMapComponentFactory.getInitialLayerIndexProvider()
Returns the created initial layer index provider. -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view
Modifier and TypeMethodDescriptionILcdLayerTreeNode.getInitialLayerIndexProvider()
Returns the initial layer index provider, which can be used to determine the best index when a layer is added without specifying an index.TLcdLayerTreeNodeSupport.getInitialLayerIndexProvider()
Returns the initial layer index provider, which can be used to determine the best index when a layer is added without specifying an index.Modifier and TypeMethodDescriptionvoid
ILcdLayerTreeNode.setInitialLayerIndexProvider
(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) Sets an initial layer index provider, which can be used to determine the best index when a layer is added without specifying an index.void
TLcdLayerTreeNodeSupport.setInitialLayerIndexProvider
(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) Sets an initial layer index provider, which can be used to determine the best index when a layer is added without specifying an index. -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.gxy
Modifier and TypeMethodDescriptionvoid
TLcdGXYLayerTreeNode.setInitialLayerIndexProvider
(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.gxy.asynchronous
Modifier and TypeMethodDescriptionTLcdGXYAsynchronousEditableLabelsLayerTreeNodeWrapper.getInitialLayerIndexProvider()
TLcdGXYAsynchronousLayerTreeNodeWrapper.getInitialLayerIndexProvider()
Modifier and TypeMethodDescriptionvoid
TLcdGXYAsynchronousEditableLabelsLayerTreeNodeWrapper.setInitialLayerIndexProvider
(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) void
TLcdGXYAsynchronousLayerTreeNodeWrapper.setInitialLayerIndexProvider
(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.gxy.asynchronous.lightspeed
Modifier and TypeMethodDescriptionTLcdGXYLspAsynchronousLayerTreeNodeWrapper.getInitialLayerIndexProvider()
Deprecated.Modifier and TypeMethodDescriptionvoid
TLcdGXYLspAsynchronousLayerTreeNodeWrapper.setInitialLayerIndexProvider
(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) Deprecated. -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.lightspeed.layer
Modifier and TypeClassDescriptionclass
Default implementation ofILcdInitialLayerIndexProvider
for Lightspeed views.Modifier and TypeMethodDescriptionvoid
TLspLayerTreeNode.setInitialLayerIndexProvider
(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.lightspeed.layer.integration.gxy
Modifier and TypeMethodDescriptionTLspGXYLayerTreeNodeAdapter.getInitialLayerIndexProvider()
Deprecated.Modifier and TypeMethodDescriptionvoid
TLspGXYLayerTreeNodeAdapter.setInitialLayerIndexProvider
(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) Deprecated.