public class IndexedMappingFeatureIteratorFactory extends Object
Modifier and Type | Field and Description |
---|---|
protected FeatureTypeMapping |
mapping |
protected Query |
query |
protected AppSchemaDataAccess |
store |
protected Transaction |
transaction |
protected Filter |
unrolledFilter |
Constructor and Description |
---|
IndexedMappingFeatureIteratorFactory(AppSchemaDataAccess store,
FeatureTypeMapping mapping,
Query query,
Filter unrolledFilter,
Transaction transaction) |
Modifier and Type | Method and Description |
---|---|
IndexedMappingFeatureIterator |
buildInstance()
Build IndexedMappingFeatureIterator instance for partial or total index query coverage.
|
IndexQueryManager |
getIndexModeProcessor() |
protected final AppSchemaDataAccess store
protected final FeatureTypeMapping mapping
protected final Query query
protected final Filter unrolledFilter
protected final Transaction transaction
public IndexedMappingFeatureIteratorFactory(AppSchemaDataAccess store, FeatureTypeMapping mapping, Query query, Filter unrolledFilter, Transaction transaction)
public IndexedMappingFeatureIterator buildInstance()
public IndexQueryManager getIndexModeProcessor()
Copyright © 1996–2019 Geotools. All rights reserved.