Uses of Interface
com.luciad.view.ILcdInitialLayerIndexProvider
Packages that use 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
Methods in com.luciad.lucy.map.lightspeed that return ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionprotected ILcdInitialLayerIndexProviderTLcyLspMapComponentFactory.createInitialLayerIndexProvider(ALcyProperties aProperties) Creates a initial layer index provider for this map component.protected final ILcdInitialLayerIndexProviderTLcyLspMapComponentFactory.getInitialLayerIndexProvider()Returns the created initial layer index provider. -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view
Methods in com.luciad.view that return ILcdInitialLayerIndexProviderModifier 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.Methods in com.luciad.view with parameters of type ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionvoidILcdLayerTreeNode.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.voidTLcdLayerTreeNodeSupport.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
Methods in com.luciad.view.gxy that return ILcdInitialLayerIndexProviderMethods in com.luciad.view.gxy with parameters of type ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionvoidTLcdGXYLayerTreeNode.setInitialLayerIndexProvider(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.gxy.asynchronous
Methods in com.luciad.view.gxy.asynchronous that return ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionTLcdGXYAsynchronousEditableLabelsLayerTreeNodeWrapper.getInitialLayerIndexProvider()TLcdGXYAsynchronousLayerTreeNodeWrapper.getInitialLayerIndexProvider()Methods in com.luciad.view.gxy.asynchronous with parameters of type ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionvoidTLcdGXYAsynchronousEditableLabelsLayerTreeNodeWrapper.setInitialLayerIndexProvider(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) voidTLcdGXYAsynchronousLayerTreeNodeWrapper.setInitialLayerIndexProvider(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.gxy.asynchronous.lightspeed
Methods in com.luciad.view.gxy.asynchronous.lightspeed that return ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionTLcdGXYLspAsynchronousLayerTreeNodeWrapper.getInitialLayerIndexProvider()Deprecated.Methods in com.luciad.view.gxy.asynchronous.lightspeed with parameters of type ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionvoidTLcdGXYLspAsynchronousLayerTreeNodeWrapper.setInitialLayerIndexProvider(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) Deprecated. -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.lightspeed.layer
Classes in com.luciad.view.lightspeed.layer that implement ILcdInitialLayerIndexProviderModifier and TypeClassDescriptionclassDefault implementation ofILcdInitialLayerIndexProviderfor Lightspeed views.Methods in com.luciad.view.lightspeed.layer that return ILcdInitialLayerIndexProviderMethods in com.luciad.view.lightspeed.layer with parameters of type ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionvoidTLspLayerTreeNode.setInitialLayerIndexProvider(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) -
Uses of ILcdInitialLayerIndexProvider in com.luciad.view.lightspeed.layer.integration.gxy
Methods in com.luciad.view.lightspeed.layer.integration.gxy that return ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionTLspGXYLayerTreeNodeAdapter.getInitialLayerIndexProvider()Deprecated.Methods in com.luciad.view.lightspeed.layer.integration.gxy with parameters of type ILcdInitialLayerIndexProviderModifier and TypeMethodDescriptionvoidTLspGXYLayerTreeNodeAdapter.setInitialLayerIndexProvider(ILcdInitialLayerIndexProvider aInitialLayerIndexProvider) Deprecated.