Uses of Interface
org.geotools.feature.visitor.LimitingVisitor
-
Packages that use LimitingVisitor Package Description org.geotools.feature.visitor org.geotools.jdbc -
-
Uses of LimitingVisitor in org.geotools.feature.visitor
Classes in org.geotools.feature.visitor that implement LimitingVisitor Modifier and Type Class Description class
UniqueCountVisitor
Determines the number of unique features in the collection on the basis of the specified feature attribute.class
UniqueVisitor
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 LimitingVisitor Modifier and Type Method Description protected 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)
-