Uses of Class
uk.ac.leeds.ccg.andyt.vector.geometry.Point2D

Packages that use Point2D
uk.ac.leeds.ccg.andyt.vector   
uk.ac.leeds.ccg.andyt.vector.geometry   
 

Uses of Point2D in uk.ac.leeds.ccg.andyt.vector
 

Methods in uk.ac.leeds.ccg.andyt.vector with parameters of type Point2D
 void RenderNetwork2D.draw(Point2D a_Point2D, java.util.HashSet<Network2D.Connection> a_Connection_HashSet)
           
 void RenderNetwork2D.draw(Point2D a_Point2D, java.util.HashSet<Network2D.Connection> a_Connection_HashSet, int scale)
           
 void RenderNetwork2D.drawLine(Point2D[] tPoints)
           
 

Uses of Point2D in uk.ac.leeds.ccg.andyt.vector.geometry
 

Fields in uk.ac.leeds.ccg.andyt.vector.geometry declared as Point2D
 Point2D LineSegment2D._End_Point2D
           
 Point2D Network2D.Connection._Point2D
           
 Point2D LineSegment2D._Start_Point2D
           
 

Fields in uk.ac.leeds.ccg.andyt.vector.geometry with type parameters of type Point2D
 java.util.HashMap<Point2D,java.util.HashSet<Network2D.Connection>> Network2D._Connection_HashMap
           
 

Methods in uk.ac.leeds.ccg.andyt.vector.geometry that return types with arguments of type Point2D
 java.util.HashSet<Point2D> Network2D.getNeighbouringPoints(uk.ac.leeds.ccg.andyt.grids.core.AbstractGrid2DSquareCell aGrid2DSquareCell, long row, long col)
           
 

Methods in uk.ac.leeds.ccg.andyt.vector.geometry with parameters of type Point2D
 void Network2D.addToNetwork(Point2D toConnect_Point2D, java.util.HashSet<Network2D.Connection> a_Connections_HashSet)
           
 void Network2D.addToNetwork(Point2D toConnect_Point2D, Network2D.Connection a_Connection)
           
 void Network2D.addToNetwork(Point2D toConnect_Point2D, Point2D toConnectTo_Point2D)
           
 java.math.BigDecimal Point2D.getDistance(Point2D a_Point2D, java.math.MathContext a_MathContext)
           
protected  java.math.BigDecimal Point2D.getGradient(Point2D a_Point2D)
           
 boolean Envelope2D.getIntersects(Point2D aPoint)
           
 boolean LineSegment2D.getIntersects(Point2D a_Point2D)
          Intersection done by calculating angle or gradient of the line and comparing this with that of a_Point.
protected  boolean LineSegment2D.isOnGradient(Point2D a_Point2D)
           
 

Constructors in uk.ac.leeds.ccg.andyt.vector.geometry with parameters of type Point2D
Envelope2D(Point2D aPoint, Point2D bPoint)
           
LineSegment2D(Point2D _StartPoint, Point2D _EndPoint)
           
LineSegment2D(Point2D _StartPoint, Point2D _EndPoint, int _DecimalPlacePrecision, java.math.RoundingMode _RoundingMode)
           
Network2D.Connection(Point2D _Point2D, int _Type, double _Value)
           
Point2D(Point2D aPoint2D)
           
Point2D(Point2D aPoint2D, int _DecimalPlacePrecision)