Uses of Class
uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DDouble_DistanceDouble_IDInt

Packages that use GWS.Point2DDouble_DistanceDouble_IDInt
uk.ac.leeds.ccg.andyt.gws.core   
 

Uses of GWS.Point2DDouble_DistanceDouble_IDInt in uk.ac.leeds.ccg.andyt.gws.core
 

Methods in uk.ac.leeds.ccg.andyt.gws.core that return GWS.Point2DDouble_DistanceDouble_IDInt
protected  GWS.Point2DDouble_DistanceDouble_IDInt[] GWS.getInDistancePoint2DDouble_DistanceDouble_IDIntsArray(java.util.HashSet pointIDsHashSet, java.awt.geom.Point2D.Double[] points, java.awt.geom.Point2D.Double point, double distance)
          Returns a Point2DDouble_DistanceDouble_IDInt[] containing Point2DDouble_DistanceDouble_IDInt objects - those points from points that are withing distance of point.
protected  GWS.Point2DDouble_DistanceDouble_IDInt[] GWS.getInDistancePoint2DDouble_DistanceDouble_IDIntsArray(java.awt.geom.Point2D.Double[] points, java.awt.geom.Point2D.Double point, double distance)
          Returns a Point2DDouble_DistanceDouble_IDInt[] comprised of those Points from points that are within distance of point.
protected  GWS.Point2DDouble_DistanceDouble_IDInt[] GWS.getNearestPoint2DDouble_DistanceDouble_IDInts(GWS.Point2DDouble_DistanceDouble_IDInt[] point2DDouble_DistanceDouble_IDInts, java.awt.geom.Point2D.Double[] points, java.awt.geom.Point2D.Double point, int numberOfPoints, int numberOfPointsFactor, double checkDistance)
          Returns a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in pointsDistanceIDs to point.
protected  GWS.Point2DDouble_DistanceDouble_IDInt[] GWS.getNearestPoint2DDouble_DistanceDouble_IDInts(java.util.HashSet pointIDs, java.awt.geom.Point2D.Double[] points, java.awt.geom.Point2D.Double point, int numberOfPoints, int numberOfPointsFactor)
          Returns a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in points to point.
protected  GWS.Point2DDouble_DistanceDouble_IDInt[] GWS.getNearestPoint2DDouble_DistanceDouble_IDInts(java.awt.geom.Point2D.Double[] points, java.awt.geom.Point2D.Double point, int numberOfPoints, int numberOfPointsFactor)
          Returns a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in points to point.
 

Methods in uk.ac.leeds.ccg.andyt.gws.core with parameters of type GWS.Point2DDouble_DistanceDouble_IDInt
protected  GWS.Point2DDouble_DistanceDouble_IDInt[] GWS.getNearestPoint2DDouble_DistanceDouble_IDInts(GWS.Point2DDouble_DistanceDouble_IDInt[] point2DDouble_DistanceDouble_IDInts, java.awt.geom.Point2D.Double[] points, java.awt.geom.Point2D.Double point, int numberOfPoints, int numberOfPointsFactor, double checkDistance)
          Returns a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in pointsDistanceIDs to point.