Uses of Interface
com.luciad.view.lightspeed.layer.ILspLayerFactory
Packages that use ILspLayerFactory
Package
Description
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.bingmaps.view.lightspeed
Classes in com.luciad.format.bingmaps.view.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionfinal class
The default layer factory for BingMaps models. -
Uses of ILspLayerFactory in com.luciad.format.mgcp.view.lightspeed
Classes in com.luciad.format.mgcp.view.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionfinal class
A 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 TypeClassDescriptionclass
The 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 ILspLayerFactory
ALcyLspFormat.createLayerFactory()
Creates the layer factory for this format.ALcyLspFormatWrapper.createLayerFactory()
Creates the layer factory for this format.protected final ILspLayerFactory
ALcyLspStyleFileFormat.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 ILspLayerFactory
TLcyLspTransformingModelFormatWrapper.createLayerFactory()
Creates the layer factory for this format.protected abstract ILspLayerFactory
ALcyLspStyleFileFormat.createLayerFactoryImpl()
Creates the layer factory for this format.protected abstract ILspLayerFactory
ALcyLspStyleFormat.createLayerFactoryImpl()
Creates the layer factory for this format.protected final ILspLayerFactory
TLcyLspRasterFormat.createLayerFactoryImpl()
protected final ILspLayerFactory
TLcyLspVectorFormat.createLayerFactoryImpl()
final ILspLayerFactory
ALcyLspFormat.getLayerFactory()
Returns theILspLayerFactory
created by this format.Constructors in com.luciad.lucy.format.lightspeed with parameters of type ILspLayerFactoryModifierConstructorDescriptionTLcyLspTransformingModelFormatWrapper
(ALcyLspFormat aFormat, TLcyTransformingModelFormatWrapper aGXYFormatWrapper, ILspLayerFactory aTransformedModelLayerFactory) Creates a newTLcyLspTransformingModelFormatWrapper
instance. -
Uses of ILspLayerFactory in com.luciad.lucy.map.lightspeed
Classes in com.luciad.lucy.map.lightspeed that implement ILspLayerFactoryModifier and TypeClassDescriptionclass
Composite 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 theILspLayerFactory
to create the simulation layer(s) for a Lightspeed view.Methods in com.luciad.realtime with parameters of type ILspLayerFactoryModifier and TypeMethodDescriptionvoid
TLcdSimulator.setLspLayerFactory
(ILspLayerFactory aLayerFactory) Set theILspLayerFactory
to 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 TypeMethodDescriptionvoid
ALspAWTView.setLayerFactory
(ILspLayerFactory aLayerFactory) void
ILspView.setLayerFactory
(ILspLayerFactory aLayerFactory) Sets the factory used to create layers for models added to the view usingaddModel
.void
TLspExternalView.setLayerFactory
(ILspLayerFactory aLayerFactory) Deprecated.void
TLspFXView.setLayerFactory
(ILspLayerFactory aLayerFactory) void
TLspOffscreenView.setLayerFactory
(ILspLayerFactory aLayerFactory) -
Uses of ILspLayerFactory in com.luciad.view.lightspeed.layer
Classes in com.luciad.view.lightspeed.layer that implement ILspLayerFactoryModifier and TypeClassDescriptionclass
Convenience class for implementing layer factories with a one-one mapping between layers and models.class
Composite 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 TypeClassDescriptionclass
Layer factory to create layers visualizing a WMS model.