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.complex
Subclasses of IndexQueryManager in org.geotools.data.complex Modifier and Type Class Description static class
IndexQueryManager.PartialIndexQueryManager
Partial Indexed Query management/transform/utilsFields in org.geotools.data.complex declared as IndexQueryManager Modifier and Type Field Description protected IndexQueryManager
IndexedMappingFeatureIterator. indexModeProc
Methods in org.geotools.data.complex that return IndexQueryManager Modifier and Type Method Description IndexQueryManager
IndexedMappingFeatureIteratorFactory. 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)
-