Uses of Class
org.apache.sis.filter.Optimization
Packages that use Optimization
Package
Description
Filters features according their properties.
Data store base types for retrieving and saving geospatial data in various storage formats.
Resources which are aggregations or concatenations of other resources.
-
Uses of Optimization in org.apache.sis.filter
Methods in org.apache.sis.filter with parameters of type OptimizationModifier and TypeMethodDescriptiondefault Expression<R, ? extends V> Optimization.OnExpression.optimize(Optimization optimization) Tries to optimize this expression.Optimization.OnFilter.optimize(Optimization optimization) Tries to optimize this filter. -
Uses of Optimization in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type OptimizationModifier and TypeMethodDescriptionprotected voidAbstractFeatureSet.prepareQueryOptimization(FeatureQuery query, Optimization optimizer) Configures the optimization of a query to be applied on thisFeatureSet.protected voidMemoryFeatureSet.prepareQueryOptimization(FeatureQuery query, Optimization optimizer) Configures the optimization of a query with information about the expected types of all feature instances. -
Uses of Optimization in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate with parameters of type OptimizationModifier and TypeMethodDescriptionprotected voidConcatenatedFeatureSet.prepareQueryOptimization(FeatureQuery query, Optimization optimizer) Configures the optimization of a query with information about the expected types of all feature instances.protected voidJoinFeatureSet.prepareQueryOptimization(FeatureQuery query, Optimization optimizer) Configures the optimization of a query with information about the expected type of all feature instances.