Uses of Interface
com.luciad.view.lightspeed.layer.ILspLayerFactory
Packages that use ILspLayerFactory
Package
Description
This package provide a layer factory to visualize Azure Maps data in a Lightspeed view.
This package provides classes to visualize Bing Maps data on a Lightspeed map.
This package contains a layer factory for the portrayal of MGCP data in accordance with the
MGCP 2.0 Portrayal Standard.
This package provides the
TLcyLspDrawingAddOn.Provides support facilities for adding visualization in a Lightspeed view for data formats.
Contains a broad range of classes related to the visual representation of a map.
Handles simulation of dynamic data.
Provides support for OpenGL-based 2D and 3D visualization of data.
Provides layering support for
ILspView.
This package contains the layer builder for visualizing
ALcdWMSProxy
instances in a Lightspeed view.-
Uses of ILspLayerFactory in com.luciad.format.azuremaps.view.lightspeed
Classes in com.luciad.format.azuremaps.view.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionfinal classThe default layer factory to create Lightspeed layers for Azure Maps models. -
Uses of ILspLayerFactory in com.luciad.format.bingmaps.view.lightspeed
Classes in com.luciad.format.bingmaps.view.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionfinal classThe default layer factory for BingMaps models. -
Uses of ILspLayerFactory in com.luciad.format.dgn.lightspeed
Classes in com.luciad.format.dgn.lightspeed that implement ILspLayerFactory -
Uses of ILspLayerFactory in com.luciad.format.dwg.lightspeed
Classes in com.luciad.format.dwg.lightspeed that implement ILspLayerFactory -
Uses of ILspLayerFactory in com.luciad.format.mgcp.view.lightspeed
Classes in com.luciad.format.mgcp.view.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionfinal classA Lightspeed Layer factory which can create layers for MGCP 2.0 compliant models. -
Uses of ILspLayerFactory in com.luciad.format.nitf.lightspeed
Classes in com.luciad.format.nitf.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionclassThe default layer factory for NITF models. -
Uses of ILspLayerFactory in com.luciad.lucy.addons.drawing.lightspeed
Methods in com.luciad.lucy.addons.drawing.lightspeed that return ILspLayerFactoryModifier and TypeMethodDescriptionTLcyLspDrawingFormat.createLayerFactory()Creates the layer factory for this format. -
Uses of ILspLayerFactory in com.luciad.lucy.format.lightspeed
Methods in com.luciad.lucy.format.lightspeed that return ILspLayerFactoryModifier and TypeMethodDescriptionprotected abstract ILspLayerFactoryALcyLspFormat.createLayerFactory()Creates the layer factory for this format.ALcyLspFormatWrapper.createLayerFactory()Creates the layer factory for this format.protected final ILspLayerFactoryALcyLspStyleFileFormat.createLayerFactory()Creates a layer factory for this format, based on a layer factory created bycreateLayerFactoryImpl.TLcyLspLayerTreeNodeFormatWrapper.createLayerFactory()Creates the layer factory for this format.TLcyLspSafeGuardFormatWrapper.createLayerFactory()Creates the layer factory for this format.final ILspLayerFactoryTLcyLspTransformingModelFormatWrapper.createLayerFactory()Creates the layer factory for this format.protected abstract ILspLayerFactoryALcyLspStyleFileFormat.createLayerFactoryImpl()Creates the layer factory for this format.protected abstract ILspLayerFactoryALcyLspStyleFormat.createLayerFactoryImpl()Creates the layer factory for this format.protected final ILspLayerFactoryTLcyLspRasterFormat.createLayerFactoryImpl()protected final ILspLayerFactoryTLcyLspVectorFormat.createLayerFactoryImpl()final ILspLayerFactoryALcyLspFormat.getLayerFactory()Returns theILspLayerFactorycreated by this format.Constructors in com.luciad.lucy.format.lightspeed with parameters of type ILspLayerFactoryModifierConstructorDescriptionTLcyLspTransformingModelFormatWrapper(ALcyLspFormat aFormat, TLcyTransformingModelFormatWrapper aGXYFormatWrapper, ILspLayerFactory aTransformedModelLayerFactory) Creates a newTLcyLspTransformingModelFormatWrapperinstance. -
Uses of ILspLayerFactory in com.luciad.lucy.map.lightspeed
Classes in com.luciad.lucy.map.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionclassComposite implementation (see composite design pattern) ofILspLayerFactory. -
Uses of ILspLayerFactory in com.luciad.realtime
Methods in com.luciad.realtime that return ILspLayerFactoryModifier and TypeMethodDescriptionTLcdSimulator.getLspLayerFactory()Return theILspLayerFactoryto create the simulation layer(s) for a Lightspeed view.Methods in com.luciad.realtime with parameters of type ILspLayerFactoryModifier and TypeMethodDescriptionvoidTLcdSimulator.setLspLayerFactory(ILspLayerFactory aLayerFactory) Set theILspLayerFactoryto create the simulation layer(s) for a Lightspeed view. -
Uses of ILspLayerFactory in com.luciad.view.lightspeed
Methods in com.luciad.view.lightspeed that return ILspLayerFactoryModifier and TypeMethodDescriptionALspAWTView.getLayerFactory()ILspView.getLayerFactory()Sets the factory used to create layers for models added to the view usingaddModel.TLspExternalView.getLayerFactory()Deprecated.TLspFXView.getLayerFactory()TLspOffscreenView.getLayerFactory()Methods in com.luciad.view.lightspeed with parameters of type ILspLayerFactoryModifier and TypeMethodDescriptionvoidALspAWTView.setLayerFactory(ILspLayerFactory aLayerFactory) voidILspView.setLayerFactory(ILspLayerFactory aLayerFactory) Sets the factory used to create layers for models added to the view usingaddModel.voidTLspExternalView.setLayerFactory(ILspLayerFactory aLayerFactory) Deprecated.voidTLspFXView.setLayerFactory(ILspLayerFactory aLayerFactory) voidTLspOffscreenView.setLayerFactory(ILspLayerFactory aLayerFactory) -
Uses of ILspLayerFactory in com.luciad.view.lightspeed.layer
Classes in com.luciad.view.lightspeed.layer that implement ILspLayerFactoryModifier and TypeClassDescriptionclassConvenience class for implementing layer factories with a one-one mapping between layers and models.classComposite implementation ofILspLayerFactory.Methods in com.luciad.view.lightspeed.layer that return types with arguments of type ILspLayerFactoryModifier and TypeMethodDescriptionTLspCompositeLayerFactory.getLayerFactories()Returns the list of delegate layer factories contained in this composite.Constructors in com.luciad.view.lightspeed.layer with parameters of type ILspLayerFactoryModifierConstructorDescriptionTLspCompositeLayerFactory(ILspLayerFactory... aLayerFactories) Creates a new composite layer factory containing the supplied delegate factories.Constructor parameters in com.luciad.view.lightspeed.layer with type arguments of type ILspLayerFactoryModifierConstructorDescriptionTLspCompositeLayerFactory(Iterable<? extends ILspLayerFactory> aLayerFactories) Creates a new composite layer factory that lazily uses the given Iterable to delegate to. -
Uses of ILspLayerFactory in com.luciad.wms.client.lightspeed
Classes in com.luciad.wms.client.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionclassLayer factory to create layers visualizing a WMS model.