Uses of Enum Class
com.luciad.fusion.engine.TLfnEngineFactory.TileCombiningStrategy
Packages that use TLfnEngineFactory.TileCombiningStrategy
-
Uses of TLfnEngineFactory.TileCombiningStrategy in com.luciad.fusion.engine
Methods in com.luciad.fusion.engine that return TLfnEngineFactory.TileCombiningStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.TLfnEngineFactory.TileCombiningStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.luciad.fusion.engine with parameters of type TLfnEngineFactory.TileCombiningStrategyModifier and TypeMethodDescriptionTLfnEngineFactory.RasterSessionBuilder.tileCombiningStrategy(TLfnEngineFactory.TileCombiningStrategy aStrategy) Deprecated.Sets the tile combining strategy for combining 4 tiles of levelNinto a single tile of levelN - 1.