Package | Description |
---|---|
org.geotools.data.complex |
This package contains the implementation of a ComplexDataStore,
Author note: though this "Complex" datastore has born to provide
complex features out of a simple features data source, it may be better
called a DerivativeDataStore or something like that, you'll see
why later.
|
Modifier and Type | Class and Description |
---|---|
static class |
IndexQueryManager.PartialIndexQueryManager
Partial Indexed Query management/transform/utils
|
Modifier and Type | Field and Description |
---|---|
protected IndexQueryManager |
IndexedMappingFeatureIterator.indexModeProc |
Modifier and Type | Method and Description |
---|---|
IndexQueryManager |
IndexedMappingFeatureIteratorFactory.getIndexModeProcessor() |
Constructor and 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) |
Copyright © 1996–2019 Geotools. All rights reserved.