Uses of Class
org.geotools.feature.visitor.UniqueVisitor
-
Packages that use UniqueVisitor Package Description org.geotools.data.complex This package contains the implementation of a ComplexDataStore,org.geotools.feature.visitor -
-
Uses of UniqueVisitor in org.geotools.data.complex
Fields in org.geotools.data.complex with type parameters of type UniqueVisitor Modifier and Type Field Description static Consumer<UniqueVisitor>
IndexIdIterator.IndexUniqueVisitorIterator. uniqueVisitorBuildHook
-
Uses of UniqueVisitor in org.geotools.feature.visitor
Subclasses of UniqueVisitor in org.geotools.feature.visitor Modifier and Type Class Description class
UniqueCountVisitor
Determines the number of unique features in the collection on the basis of the specified feature attribute.
-