|
||||||||||
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
public abstract class AbstractGRPoint
Abstract class for special points in the georeferencing tool.
Nested Class Summary | |
---|---|
static class |
AbstractGRPoint.PointType
Enumeration for the specified types that are used in this component. |
Field Summary |
---|
Fields inherited from class javax.vecmath.Tuple2d |
---|
x, y |
Constructor Summary | |
---|---|
AbstractGRPoint(double x,
double y)
Creates a new instance of AbstractPoint . |
Method Summary | |
---|---|
abstract AbstractGRPoint.PointType |
getPointType()
|
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, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractGRPoint(double x, double y)
AbstractPoint
.
x
- the X-axis value of the pointy
- the Y-axis value of the pointMethod Detail |
---|
public abstract AbstractGRPoint.PointType getPointType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |