es.unex.sextante.vectorTools.splitLinesWithPoints
Class NearestNeighbourFinder

java.lang.Object
  extended by es.unex.sextante.vectorTools.splitLinesWithPoints.NearestNeighbourFinder

public class NearestNeighbourFinder
extends java.lang.Object


Constructor Summary
NearestNeighbourFinder(es.unex.sextante.dataObjects.IVectorLayer layer, es.unex.sextante.core.ITaskMonitor task)
           
 
Method Summary
 PtAndAttributes[] getClosestPoints(com.vividsolutions.jts.geom.LineSegment seg, 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,
                              es.unex.sextante.core.ITaskMonitor task)
                       throws es.unex.sextante.exceptions.IteratorException
Throws:
es.unex.sextante.exceptions.IteratorException
Method Detail

getClosestPoints

public PtAndAttributes[] getClosestPoints(com.vividsolutions.jts.geom.LineSegment seg,
                                          double dDistance)


Copyright © 2014 gvSIG Association. All Rights Reserved.