Uses of Class
org.geotools.feature.visitor.GroupByVisitor.GroupByRawResult
Packages that use GroupByVisitor.GroupByRawResult
-
Uses of GroupByVisitor.GroupByRawResult in org.geotools.feature.visitor
Method parameters in org.geotools.feature.visitor with type arguments of type GroupByVisitor.GroupByRawResultModifier and TypeMethodDescriptionvoid
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. -
Uses of GroupByVisitor.GroupByRawResult in org.geotools.jdbc
Methods in org.geotools.jdbc that return GroupByVisitor.GroupByRawResultModifier and TypeMethodDescriptionprotected 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