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

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

public class UnitVectorOperationContext
extends GeometryOperationContext

Version:
$Id$
Author:
gvSIG Team

Field Summary
static String SECOND_POINT
           
 
Constructor Summary
UnitVectorOperationContext(Point secondPoint)
           
 
Method Summary
 Point getSecondPoint()
           
 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
Constructor Detail

UnitVectorOperationContext

public UnitVectorOperationContext(Point secondPoint)
Method Detail

setSecondPoint

public void setSecondPoint(Point secondPoint)

getSecondPoint

public Point getSecondPoint()


Copyright © 2004-2012 gvSIG. All Rights Reserved.