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.
-
Uses of FeatureQuery in org.apache.sis.storage
Fields in org.apache.sis.storage declared as FeatureQueryModifier and TypeFieldDescriptionprivate final FeatureQuery
FeatureSubset.query
The query for filtering the source set of features.Methods in org.apache.sis.storage that return FeatureQueryConstructors in org.apache.sis.storage with parameters of type FeatureQueryModifierConstructorDescription(package private)
FeatureSubset
(FeatureSet source, FeatureQuery query) Creates a new set of features by filtering the given set using the given query.