Uses of Class
org.geotools.data.complex.IndexQueryManager
Packages that use IndexQueryManager
Package
Description
This package contains the implementation of a ComplexDataStore,
-
Uses of IndexQueryManager in org.geotools.data.complex
Subclasses of IndexQueryManager in org.geotools.data.complexModifier and TypeClassDescriptionstatic class
Partial Indexed Query management/transform/utilsFields in org.geotools.data.complex declared as IndexQueryManagerModifier and TypeFieldDescriptionprotected IndexQueryManager
IndexedMappingFeatureIterator.indexModeProc
Methods in org.geotools.data.complex that return IndexQueryManagerConstructors in org.geotools.data.complex with parameters of type IndexQueryManagerModifierConstructorDescriptionIndexedMappingFeatureIterator
(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter, Transaction transaction, IndexQueryManager indexModeProcessor) PartialIndexedMappingFeatureIterator
(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter, Transaction transaction, IndexQueryManager indexModeProcessor) PartialIndexedMappingFeatureIterator
(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter, Transaction transaction, IndexQueryManager indexModeProcessor, int maxNumRound) TotalIndexedMappingFeatureIterator
(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter, Transaction transaction, IndexQueryManager indexModeProcessor)