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 | Field and Description |
---|---|
protected IndexQueryManager.QueryIndexCoverage |
IndexedMappingFeatureIterator.queryMode |
Modifier and Type | Method and Description |
---|---|
IndexQueryManager.QueryIndexCoverage |
IndexQueryManager.getIndexMode()
Returns the IndexMode usage mode to use for current Query
QueryIndexMode.ALL: if all filter and sort attributes are indexed QueryIndexMode.PARTIAL:
if at least one filter attribute is indexed, all sort attributes indexed QueryIndexMode.NONE:
If no one of previous conditions are accomplished
|
static IndexQueryManager.QueryIndexCoverage |
IndexQueryManager.QueryIndexCoverage.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IndexQueryManager.QueryIndexCoverage[] |
IndexQueryManager.QueryIndexCoverage.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1996–2019 Geotools. All rights reserved.