org.gvsig.fmap.geom.operation.perpendicular
Class PerpendicularPointOperationContext

java.lang.Object
  extended by org.gvsig.fmap.geom.operation.GeometryOperationContext
      extended by org.gvsig.fmap.geom.operation.perpendicular.PerpendicularPointOperationContext

public class PerpendicularPointOperationContext
extends GeometryOperationContext

Version:
$Id$
Author:
gvSIG Team

Field Summary
static String DISTANCE
           
static String PERPENDICULAR_POINT
           
static String SECOND_POINT
           
 
Constructor Summary
PerpendicularPointOperationContext(Point secondPoint, Point perpendicularPoint, double distance)
           
 
Method Summary
 double getDistance()
           
 Point getPerpendicularPoint()
           
 Point getSecondPoint()
           
 void setDistance(double distance)
           
 void setPerpendicularPoint(Point perpendicularPoint)
           
 void setSecondPoint(Point secondPoint)
           
 
Methods inherited from class org.gvsig.fmap.geom.operation.GeometryOperationContext
getAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECOND_POINT

public static final String SECOND_POINT
See Also:
Constant Field Values

PERPENDICULAR_POINT

public static final String PERPENDICULAR_POINT
See Also:
Constant Field Values

DISTANCE

public static final String DISTANCE
See Also:
Constant Field Values
Constructor Detail

PerpendicularPointOperationContext

public PerpendicularPointOperationContext(Point secondPoint,
                                          Point perpendicularPoint,
                                          double distance)
Method Detail

setSecondPoint

public void setSecondPoint(Point secondPoint)

getSecondPoint

public Point getSecondPoint()

setPerpendicularPoint

public void setPerpendicularPoint(Point perpendicularPoint)

getPerpendicularPoint

public Point getPerpendicularPoint()

getDistance

public double getDistance()

setDistance

public void setDistance(double distance)


Copyright © 2004-2012 gvSIG. All Rights Reserved.