Uses of Interface
com.luciad.fusion.engine.vector.ILfnVectorSessionHandler
Packages that use ILfnVectorSessionHandler
Package
Description
This package provides the LuciadFusion engine.
Provides the vector specific functionality for the LuciadFusion engine.
-
Uses of ILfnVectorSessionHandler in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine with parameters of type ILfnVectorSessionHandlerModifier and TypeMethodDescriptionvoid
ALfnEngine.addSessionHandler
(ILfnVectorSessionHandler aHandler) Register avector session handler
on this engine.void
ALfnEngine.removeSessionHandler
(ILfnVectorSessionHandler aHandler) Unregister a handler from this engine.TLfnEngineFactory.VectorSessionBuilder.setVectorSessionHandler
(ILfnVectorSessionHandler aFailureHandler) Deprecated. -
Uses of ILfnVectorSessionHandler in com.luciad.fusion.engine.vector
Classes in com.luciad.fusion.engine.vector that implement ILfnVectorSessionHandlerModifier and TypeClassDescriptionclass
Deprecated.Since 2017.0 support for coverages of type VECTOR has been superseded with other mechanisms.
ALfnEngine.addSessionHandler(com.luciad.fusion.engine.raster.ILfnRasterSessionHandler)
instead (since 2013.0)