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 TypeClassDescriptionclassDetermines the number of unique features in the collection on the basis of the specified feature attribute.classGenerates 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 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)