| java.lang.Object net.refractions.udig.tools.edit.support.ClosestEdge
ClosestEdge | public class ClosestEdge (Code) | | Describes the relationship between an arbitrary point to an edge in a
EditGeom author: jones since: 1.1.0 |
addedCoord | Coordinate addedCoord(Code) | | |
distanceToEdge | final double distanceToEdge(Code) | | |
indexOfPrevious | final int indexOfPrevious(Code) | | |
getAddedCoord | public Coordinate getAddedCoord()(Code) | | Returns the coordinate the will/has been added. |
getDistanceToEdge | public double getDistanceToEdge()(Code) | | Returns the distanceToEdge. |
getIndexOfPrevious | public int getIndexOfPrevious()(Code) | | Returns the indexOfPrevious. |
getPointOnLine | public Point getPointOnLine()(Code) | | Returns the pointOnLine. |
|
|