Uses of Interface
org.geotools.feature.visitor.LimitingVisitor
Packages that use LimitingVisitor
-
Uses of LimitingVisitor in org.geotools.feature.visitor
Classes in org.geotools.feature.visitor that implement LimitingVisitorModifier and TypeClassDescriptionclass
Determines the number of unique features in the collection on the basis of the specified feature attribute.class
Generates a list of unique values from a collection -
Uses of LimitingVisitor in org.geotools.jdbc
Methods in org.geotools.jdbc with parameters of type LimitingVisitorModifier and TypeMethodDescriptionprotected String
JDBCDataStore.selectAggregateSQL
(String function, List<Expression> attributes, List<Expression> groupByExpressions, SimpleFeatureType featureType, Query query, LimitingVisitor visitor) protected PreparedStatement
JDBCDataStore.selectAggregateSQLPS
(String function, List<Expression> attributes, List<Expression> groupByExpressions, SimpleFeatureType featureType, Query query, LimitingVisitor visitor, Connection cx)