net.refractions.udig.tools.edit.support
Class EditUtils.MinFinder

java.lang.Object
  extended by net.refractions.udig.tools.edit.support.EditUtils.MinFinder
Enclosing class:
EditUtils

public static class EditUtils.MinFinder
extends java.lang.Object

Keeps track of the point that is the minimum distance to the center point.

Since:
1.1.0
Author:
Jesse

Constructor Summary
EditUtils.MinFinder(Point centerPoint)
           
 
Method Summary
 void add(Point p)
           
 double dist(Point p)
           
 Point getMin()
           
 Coordinate getMinCoord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditUtils.MinFinder

public EditUtils.MinFinder(Point centerPoint)
Method Detail

getMin

public Point getMin()

getMinCoord

public Coordinate getMinCoord()

add

public void add(Point p)

dist

public double dist(Point p)