Uses of Class
org.geotools.data.complex.IndexQueryManager.QueryIndexCoverage
-
Packages that use IndexQueryManager.QueryIndexCoverage Package Description org.geotools.data.complex This package contains the implementation of a ComplexDataStore, -
-
Uses of IndexQueryManager.QueryIndexCoverage in org.geotools.data.complex
Fields in org.geotools.data.complex declared as IndexQueryManager.QueryIndexCoverage Modifier and Type Field Description protected IndexQueryManager.QueryIndexCoverage
IndexedMappingFeatureIterator. queryMode
Methods in org.geotools.data.complex that return IndexQueryManager.QueryIndexCoverage Modifier and Type Method Description IndexQueryManager.QueryIndexCoverage
IndexQueryManager. getIndexMode()
Returns the IndexMode usage mode to use for current Querystatic 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.
-