Uses of Class
com.luciad.fusion.engine.TLfnEngineFactory.VectorSessionBuilder
Packages that use TLfnEngineFactory.VectorSessionBuilder
-
Uses of TLfnEngineFactory.VectorSessionBuilder in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return TLfnEngineFactory.VectorSessionBuilderModifier and TypeMethodDescriptionTLfnEngineFactory.VectorSessionBuilder.assets(List<TLfnVectorAssetMetadata> aSourceAssetMetadatas) Deprecated.Sets the asset metadatas to be fused to the target coverage.TLfnEngineFactory.VectorSessionBuilder.checkpointInterval(long aMilliseconds) Deprecated.Sets the time (in milliseconds) between two checkpoints.TLfnEngineFactory.VectorSessionBuilder.coverage(TLfnVectorCoverageMetadata aTargetCoverageMetadata) Deprecated.Sets the target coverage metadata.TLfnEngineFactory.VectorSessionBuilder.geometryProvider(ILfnGeometryProvider aGeometryProvider) Deprecated.Sets the multi-leveling geometry provider.TLfnEngineFactory.newVectorSessionBuilder()Deprecated.Sessions are not necessary anymore to create engines.TLfnEngineFactory.VectorSessionBuilder.setCheckpointInterval(long aMilliseconds) Deprecated.usecheckpointInterval(long)insteadTLfnEngineFactory.VectorSessionBuilder.setForceLinearInterpolation(boolean aOn) Deprecated.TLfnEngineFactory.VectorSessionBuilder.setGeometryProvider(ILfnGeometryProvider aGeometryProvider) Deprecated.usegeometryProvider(ILfnGeometryProvider)insteadTLfnEngineFactory.VectorSessionBuilder.setSimplificationEnabled(boolean aEnabled) Deprecated.TLfnEngineFactory.VectorSessionBuilder.setSourceAssetMetadatas(List<TLfnVectorAssetMetadata> aSourceAssetMetadatas) Deprecated.useassets(java.util.List)insteadTLfnEngineFactory.VectorSessionBuilder.setTargetCoverageMetadata(TLfnVectorCoverageMetadata aTargetCoverageMetadata) Deprecated.TLfnEngineFactory.VectorSessionBuilder.setTileStore(ALfnTileStore aTileStore) Deprecated.usetileStore(ALfnTileStore)insteadTLfnEngineFactory.VectorSessionBuilder.setVectorSessionHandler(ILfnVectorSessionHandler aFailureHandler) Deprecated.UseALfnEngine.addSessionHandler(com.luciad.fusion.engine.raster.ILfnRasterSessionHandler)instead (since 2013.0)TLfnEngineFactory.VectorSessionBuilder.tileStore(ALfnTileStore aTileStore) Deprecated.Sets the Tile Store providing access to the target coverage.