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 classUniqueCountVisitorDetermines the number of unique features in the collection on the basis of the specified feature attribute.classUniqueVisitorGenerates 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 StringJDBCDataStore. selectAggregateSQL(String function, List<Expression> attributes, List<Expression> groupByExpressions, SimpleFeatureType featureType, Query query, LimitingVisitor visitor)protected PreparedStatementJDBCDataStore. selectAggregateSQLPS(String function, List<Expression> attributes, List<Expression> groupByExpressions, SimpleFeatureType featureType, Query query, LimitingVisitor visitor, Connection cx)
-