Package | Description |
---|---|
org.geotools.feature.visitor | |
org.geotools.jdbc |
Modifier and Type | Method and Description |
---|---|
void |
GroupByVisitor.setValue(List<GroupByVisitor.GroupByRawResult> value)
Methods that allow optimizations to directly set the group by visitor result instead of
computing it visiting all the features.
|
Modifier and Type | Method and Description |
---|---|
protected GroupByVisitor.GroupByRawResult |
JDBCDataStore.extractValuesFromResultSet(Connection cx,
SimpleFeatureType featureType,
ResultSet resultSet,
List<Expression> groupBy,
Function<Object,Object> converter,
Hints hints)
Helper method that translate the result set to the appropriate group by visitor result format
|
Copyright © 1996–2022 Geotools. All rights reserved.