|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.refractions.udig.tools.edit.support.EditUtils.MinFinder
public static class EditUtils.MinFinder
Keeps track of the point that is the minimum distance to the center point.
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 |
---|
public EditUtils.MinFinder(Point centerPoint)
Method Detail |
---|
public Point getMin()
public Coordinate getMinCoord()
public void add(Point p)
public double dist(Point p)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |