Uses of Interface
com.luciad.view.lightspeed.layer.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
Modifier and TypeClassDescriptionfinal class
The default layer factory for BingMaps models. -
Uses of ILspLayerFactory in com.luciad.format.mgcp.view.lightspeed
Modifier 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
Modifier and TypeClassDescriptionclass
The default layer factory for NITF models. -
Uses of ILspLayerFactory in com.luciad.lucy.addons.drawing.lightspeed
Modifier and TypeMethodDescriptionTLcyLspDrawingFormat.createLayerFactory()
Creates the layer factory for this format. -
Uses of ILspLayerFactory in com.luciad.lucy.format.lightspeed
Modifier 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.ModifierConstructorDescriptionTLcyLspTransformingModelFormatWrapper
(ALcyLspFormat aFormat, TLcyTransformingModelFormatWrapper aGXYFormatWrapper, ILspLayerFactory aTransformedModelLayerFactory) Creates a newTLcyLspTransformingModelFormatWrapper
instance. -
Uses of ILspLayerFactory in com.luciad.lucy.map.lightspeed
Modifier and TypeClassDescriptionclass
Composite implementation (see composite design pattern) ofILspLayerFactory
. -
Uses of ILspLayerFactory in com.luciad.realtime
Modifier and TypeMethodDescriptionTLcdSimulator.getLspLayerFactory()
Return theILspLayerFactory
to create the simulation layer(s) for a Lightspeed view.Modifier 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
Modifier 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()
Modifier 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
Modifier and TypeClassDescriptionclass
Convenience class for implementing layer factories with a one-one mapping between layers and models.class
Composite implementation ofILspLayerFactory
.Modifier and TypeMethodDescriptionTLspCompositeLayerFactory.getLayerFactories()
Returns the list of delegate layer factories contained in this composite.ModifierConstructorDescriptionTLspCompositeLayerFactory
(ILspLayerFactory... aLayerFactories) Creates a new composite layer factory containing the supplied delegate factories.ModifierConstructorDescriptionTLspCompositeLayerFactory
(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
Modifier and TypeClassDescriptionclass
Layer factory to create layers visualizing a WMS model.