Class FeatureClusteringIndex
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.graph.algo.clustering.FeatureClusteringIndex
-
- All Implemented Interfaces:
ClusteringIndex<Feature>
public class FeatureClusteringIndex extends Object implements ClusteringIndex<Feature>
-
-
Constructor Summary
Constructors Constructor Description FeatureClusteringIndex(ArrayList<Feature> fs, org.locationtech.jts.index.SpatialIndex index)
-
-
-
Method Detail
-
getCandidates
public List<Feature> getCandidates(Feature f, double distance)
- Specified by:
getCandidates
in interfaceClusteringIndex<Feature>
-
-