Uses of Class
ddf.catalog.source.UnsupportedQueryException
Packages that use UnsupportedQueryException
Package
Description
Provides the classes for the Catalog Framework API and implementation.
Provides interfaces used to create and interpret Filters
Provides the classes for the Catalog Source API used implement a data source.
-
Uses of UnsupportedQueryException in ddf.catalog
Methods in ddf.catalog that throw UnsupportedQueryExceptionModifier and TypeMethodDescriptionCatalogFramework.query(QueryRequest query) Evaluates aQueryRequestusing the defaultFederationStrategyCatalogFramework.query(QueryRequest queryRequest, FederationStrategy strategy) Evaluates and executes aQueryRequestusing theFederationStrategyprovided. -
Uses of UnsupportedQueryException in ddf.catalog.filter
Methods in ddf.catalog.filter that throw UnsupportedQueryExceptionModifier and TypeMethodDescription<T> TFilterAdapter.adapt(org.geotools.api.filter.Filter filter, FilterDelegate<T> filterDelegate) VisitFilternodes and invokeFilterDelegatemethods with normalized input. -
Uses of UnsupportedQueryException in ddf.catalog.source
Methods in ddf.catalog.source that throw UnsupportedQueryException