public class NearestNeighbourFinder
extends java.lang.Object
| Constructor and Description |
|---|
NearestNeighbourFinder(es.unex.sextante.dataObjects.IVectorLayer layer,
int iField,
es.unex.sextante.core.ITaskMonitor task) |
| Modifier and Type | Method and Description |
|---|---|
PtAndDistance[] |
getClosestPoints(double x,
double y,
double dDistance) |
public NearestNeighbourFinder(es.unex.sextante.dataObjects.IVectorLayer layer,
int iField,
es.unex.sextante.core.ITaskMonitor task)
throws es.unex.sextante.exceptions.IteratorException
es.unex.sextante.exceptions.IteratorExceptionpublic PtAndDistance[] getClosestPoints(double x, double y, double dDistance)
Copyright © 2014 gvSIG Association. All Rights Reserved.