|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.vecmath.Tuple2d javax.vecmath.Point2d org.deegree.tools.crs.georeferencing.model.points.AbstractGRPoint org.deegree.tools.crs.georeferencing.model.points.PointResidual
public class PointResidual
TODO add class documentation here
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.deegree.tools.crs.georeferencing.model.points.AbstractGRPoint |
---|
AbstractGRPoint.PointType |
Field Summary |
---|
Fields inherited from class javax.vecmath.Tuple2d |
---|
x, y |
Constructor Summary | |
---|---|
PointResidual(double x,
double y)
|
Method Summary | |
---|---|
AbstractGRPoint.PointType |
getPointType()
|
String |
toString()
|
Methods inherited from class javax.vecmath.Point2d |
---|
distance, distanceL1, distanceLinf, distanceSquared |
Methods inherited from class javax.vecmath.Tuple2d |
---|
absolute, absolute, add, add, clamp, clamp, clampMax, clampMax, clampMin, clampMin, clone, epsilonEquals, equals, equals, get, getX, getY, hashCode, interpolate, interpolate, negate, negate, scale, scale, scaleAdd, scaleAdd, set, set, set, set, setX, setY, sub, sub |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PointResidual(double x, double y)
Method Detail |
---|
public String toString()
toString
in class javax.vecmath.Tuple2d
public AbstractGRPoint.PointType getPointType()
getPointType
in class AbstractGRPoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |