Uses of Enum
org.apache.sis.coverage.grid.GridCoverageProcessor.Optimization
Packages that use GridCoverageProcessor.Optimization
-
Uses of GridCoverageProcessor.Optimization in org.apache.sis.coverage.grid
Fields in org.apache.sis.coverage.grid with type parameters of type GridCoverageProcessor.OptimizationModifier and TypeFieldDescriptionprotected final EnumSet<GridCoverageProcessor.Optimization>
GridCoverageProcessor.optimizations
The set of optimizations that are enabled.Methods in org.apache.sis.coverage.grid that return GridCoverageProcessor.OptimizationModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static GridCoverageProcessor.Optimization[]
GridCoverageProcessor.Optimization.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.coverage.grid that return types with arguments of type GridCoverageProcessor.OptimizationModifier and TypeMethodDescriptionGridCoverageProcessor.getOptimizations()
Returns the set of optimizations that are enabled.Method parameters in org.apache.sis.coverage.grid with type arguments of type GridCoverageProcessor.OptimizationModifier and TypeMethodDescriptionvoid
GridCoverageProcessor.setOptimizations
(Set<GridCoverageProcessor.Optimization> enabled) Specifies the set of optimizations to enable.