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

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

public class FootprintPoint
extends AbstractGRPoint

The Point that identifies the point of the footprint.

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
 
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
FootprintPoint(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

FootprintPoint

public FootprintPoint(double x,
                      double y)
Method Detail

toString

public String toString()
Overrides:
toString in class javax.vecmath.Tuple2d

getPointType

public AbstractGRPoint.PointType getPointType()
Specified by:
getPointType in class AbstractGRPoint
Returns:
the type of the point


Copyright © 2011. All Rights Reserved.