org.deegree.tools.crs.georeferencing.model.points
Class AbstractGRPoint

java.lang.Object
  extended by javax.vecmath.Tuple2d
      extended by javax.vecmath.Point2d
          extended by org.deegree.tools.crs.georeferencing.model.points.AbstractGRPoint
All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
FootprintPoint, GeoReferencedPoint, PointResidual

public abstract class AbstractGRPoint
extends javax.vecmath.Point2d

Abstract class for special points in the georeferencing tool.

Version:
$Revision: 28895 $, $Date: 2010-12-17 14:28:11 +0100 (Fri, 17 Dec 2010) $
Author:
Steffen Thomas, last edited by: $Author: aschmitz $
See Also:
Serialized Form

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

AbstractGRPoint

public AbstractGRPoint(double x,
                       double y)
Creates a new instance of AbstractPoint.

Parameters:
x - the X-axis value of the point
y - the Y-axis value of the point
Method Detail

getPointType

public abstract AbstractGRPoint.PointType getPointType()
Returns:
the type of the point


Copyright © 2011. All Rights Reserved.