Uses of Class
org.geotools.data.complex.IndexQueryManager
- 
Packages that use IndexQueryManager Package Description org.geotools.data.complex This package contains the implementation of a ComplexDataStore,
- 
- 
Uses of IndexQueryManager in org.geotools.data.complexSubclasses of IndexQueryManager in org.geotools.data.complex Modifier and Type Class Description static classIndexQueryManager.PartialIndexQueryManagerPartial Indexed Query management/transform/utilsFields in org.geotools.data.complex declared as IndexQueryManager Modifier and Type Field Description protected IndexQueryManagerIndexedMappingFeatureIterator. indexModeProcMethods in org.geotools.data.complex that return IndexQueryManager Modifier and Type Method Description IndexQueryManagerIndexedMappingFeatureIteratorFactory. getIndexModeProcessor()Constructors in org.geotools.data.complex with parameters of type IndexQueryManager Constructor Description IndexedMappingFeatureIterator(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)
 
-