es.unex.sextante.closestpts
Class NearestNeighbourFinder

java.lang.Object
  extended by es.unex.sextante.closestpts.NearestNeighbourFinder

public class NearestNeighbourFinder
extends java.lang.Object


Constructor Summary
NearestNeighbourFinder(es.unex.sextante.dataObjects.IVectorLayer layer, int iField, es.unex.sextante.core.ITaskMonitor task)
           
 
Method Summary
 PtAndDistance[] getClosestPoints(double x, double y, double dDistance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NearestNeighbourFinder

public NearestNeighbourFinder(es.unex.sextante.dataObjects.IVectorLayer layer,
                              int iField,
                              es.unex.sextante.core.ITaskMonitor task)
                       throws es.unex.sextante.exceptions.IteratorException
Throws:
es.unex.sextante.exceptions.IteratorException
Method Detail

getClosestPoints

public PtAndDistance[] getClosestPoints(double x,
                                        double y,
                                        double dDistance)


Copyright © 2014 gvSIG Association. All Rights Reserved.