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

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

public class PerpendicularOperationContext
extends GeometryOperationContext

Version:
$Id$
Author:
gvSIG Team

Field Summary
static String PERPENDICULAR_POINT
           
static String SECOND_POINT
           
 
Constructor Summary
PerpendicularOperationContext(Point secondPoint, Point perpendicularPoint)
           
 
Method Summary
 Point getPerpendicularPoint()
           
 Point getSecondPoint()
           
 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
Constructor Detail

PerpendicularOperationContext

public PerpendicularOperationContext(Point secondPoint,
                                     Point perpendicularPoint)
Method Detail

setSecondPoint

public void setSecondPoint(Point secondPoint)

getSecondPoint

public Point getSecondPoint()

setPerpendicularPoint

public void setPerpendicularPoint(Point perpendicularPoint)

getPerpendicularPoint

public Point getPerpendicularPoint()


Copyright © 2004-2012 gvSIG. All Rights Reserved.