Uses of Class
org.apache.sis.storage.FeatureQuery
Packages that use FeatureQuery
Package
Description
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 FeatureQuery in org.apache.sis.storage
Methods in org.apache.sis.storage that return FeatureQueryMethods in org.apache.sis.storage with parameters of type FeatureQueryModifier 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.Constructors in org.apache.sis.storage with parameters of type FeatureQueryModifierConstructorDescriptionFeatureQuery(FeatureQuery other) Creates a new query initialized to the same values than the given query. -
Uses of FeatureQuery in org.apache.sis.storage.aggregate
Methods in org.apache.sis.storage.aggregate with parameters of type FeatureQueryModifier 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.