edu.psu.geovista.app.intersection
Class intersection

java.lang.Object
  extended byedu.psu.geovista.app.intersection.intersection

public class intersection
extends java.lang.Object

Title: Description: Copyright: Copyright (c) 2002 Company:

Version:
1.0
Author:

Constructor Summary
intersection()
           
 
Method Summary
 boolean CheckIntersectionTrue(java.util.Vector line1, java.util.Vector line2, java.util.Vector intersectingPoint)
           
 boolean checkxy(double xy1, double xy2, double xy)
           
 java.util.Vector getIntersection(java.util.Vector line1, java.util.Vector line2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

intersection

public intersection()
Method Detail

getIntersection

public java.util.Vector getIntersection(java.util.Vector line1,
                                        java.util.Vector line2)

CheckIntersectionTrue

public boolean CheckIntersectionTrue(java.util.Vector line1,
                                     java.util.Vector line2,
                                     java.util.Vector intersectingPoint)

checkxy

public boolean checkxy(double xy1,
                       double xy2,
                       double xy)


Copyright © 1996-2003 GeoVista Center. All Rights Reserved.