A C D F G I L M P R U W

G

getAdaptiveKernelWeights(Point2D.Double[], Grid2DSquareCellDoubleFactory, Grid2DSquareCellDouble, int, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.AdaptiveGWS
Returns an Grid2DSquareCellDouble thats values are the sums of adaptiveKernelWeights for cells in grid2DSquareCellDouble.
getAdaptiveKernelWeights(Point2D.Double[], Grid2DSquareCellDoubleFactory, Grid2DSquareCellDouble, int, int, double, double, double, int, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.AdaptiveGWS
Returns a Grid2DSquareCellDouble thats values are the sums of adaptiveKernelWeights for cells in grid2DSquareCellDouble.
getAdaptiveKernelWeights(Point2D.Double[], Point2D.Double[], Grid2DSquareCellDoubleFactory, Grid2DSquareCellDouble, int, int, double, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.AdaptiveGWS
Returns an Grid2DSquareCellDouble[] The first element of which is the Adaptive Kernel Weights for t0Points, the second element of which is the Adaptive Kernel Weights for t1Points (where the width of the kernel is the radius of the circle which contains at least numberOfPoints in t0Points AND at least numberOfPoints points in t1Points).
getAdaptiveKernelWeights(HashSet, Point2D.Double[], HashSet, Point2D.Double[], Grid2DSquareCellDoubleFactory, Grid2DSquareCellDouble, int, int, double, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.AdaptiveGWS
Returns an Grid2DSquareCellDouble[] The first element of which is the Adaptive Kernel Weights for t0Points, the second element of which is the Adaptive Kernel Weights for t1Points (where the width of the kernel is the radius of the circle which contains at least numberOfPoints in t0Points AND at least numberOfPoints points in t1Points).
getAdaptiveKernelWeights(int, Point2D.Double[], Point2D.Double[], Grid2DSquareCellDoubleFactory, Grid2DSquareCellDouble, int, int, double, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.AdaptiveGWS
Returns an Grid2DSquareCellDouble[] The first element of which is the Adaptive Kernel Weights for t0Points, the second element of which is the Adaptive Kernel Weights for t1Points (where the width of the kernel is the radius of the circle which contains at least numberOfPoints in t0Points AND at least numberOfPoints points in t1Points).
getDistanceDouble() - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt
TODO: Arithmetic Exception check
getInDistancePoint2DBigDecimal_DistanceBigDecimal_IDInts(Point2DBigDecimal[], Point2DBigDecimal, BigDecimal, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a HashSet of Point2DDouble_DistanceDouble_IDInt objects comprised of those Points from points that are withing distance of point
getInDistancePoint2DBigDecimal_DistanceBigDecimal_IDInts(HashSet, Point2DBigDecimal[], Point2DBigDecimal, BigDecimal, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a HashSet of Point2DDouble_DistanceDouble_IDInt objects comprised of those Points from points that are withing distance of point Only those points with IDs in IDsHashSet are necessarily tested.
getInDistancePoint2DDouble_DistanceDouble_IDInts(Point2D.Double[], Point2D.Double, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a HashSet of Point2DDouble_DistanceDouble_IDInt objects comprised of those Points from points that are withing distance of point
getInDistancePoint2DDouble_DistanceDouble_IDInts(HashSet, Point2D.Double[], Point2D.Double, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a HashSet of Point2DDouble_DistanceDouble_IDInt objects comprised of those Points from points that are withing distance of point Only those points with IDs in IDsHashSet are necessarily tested.
getInDistancePoint2DDouble_DistanceDouble_IDIntsArray(Point2D.Double[], Point2D.Double, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a Point2DDouble_DistanceDouble_IDInt[] comprised of those Points from points that are within distance of point.
getInDistancePoint2DDouble_DistanceDouble_IDIntsArray(HashSet, Point2D.Double[], Point2D.Double, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a Point2DDouble_DistanceDouble_IDInt[] containing Point2DDouble_DistanceDouble_IDInt objects - those points from points that are withing distance of point.
getInDistancePointIDs(Point2D.Double[], Point2D.Double, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
 
getInDistancePointIDs(HashSet, Point2D.Double[], Point2D.Double, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
 
getInDistancePointIDs(Point2D.Double[], Point2D.Double, double) - Static method in class uk.ac.leeds.ccg.andyt.gws.utilities.Utilities
Returns the IDs of points that are in distance of point as a HashSet.
getInDistancePointIDs(Point2DBigDecimal[], Point2DBigDecimal, BigDecimal, int) - Static method in class uk.ac.leeds.ccg.andyt.gws.utilities.Utilities
Returns the IDs of points that are in distance of point as a HashSet.
getInDistancePointIDs(HashSet, Point2D.Double[], Point2D.Double, double) - Static method in class uk.ac.leeds.ccg.andyt.gws.utilities.Utilities
Returns as a HashSet the IDs of points that are in distance of point.
getInDistancePointIDs(HashSet, Point2DBigDecimal[], Point2DBigDecimal, double, int) - Static method in class uk.ac.leeds.ccg.andyt.gws.utilities.Utilities
Returns as a HashSet the IDs of points that are in distance of point.
getKernelWeightsInDistance(Point2D.Double[], Grid2DSquareCellDouble, double, double, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding to the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor.
getKernelWeightsInDistance(Point2DBigDecimal[], Grid2DSquareCellDouble, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding to the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor.
getKernelWeightsInDistance(HashSet, Point2D.Double[], Grid2DSquareCellDouble, double, double, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor.
getKernelWeightsInDistance(HashSet, Point2DBigDecimal[], Grid2DSquareCellDouble, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor.
getKernelWeightsInDistance(Point2D.Double[], Grid2DSquareCellDouble, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor
getKernelWeightsInDistance(Point2DBigDecimal[], Grid2DSquareCellDouble, double, double, double, int, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor
getKernelWeightsInDistance(HashSet, Point2D.Double[], Grid2DSquareCellDouble, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor.
getKernelWeightsInDistance(HashSet, Point2DBigDecimal[], Grid2DSquareCellDouble, double, double, double, int, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor.
getKernelWeightsInDistance(int, Point2D.Double[], Grid2DSquareCellDouble, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor.
getKernelWeightsInDistance(int, Point2DBigDecimal[], Grid2DSquareCellDouble, double, double, double, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.FixedGWS
Returns an Grid2DSquareCellDouble that has values corresponding to the sum of kernel weights for a fixed kernel with a radius given by distance and shape given by weightIntersect and weightFactor.
getNearestPoint2DDouble_DistanceDouble_IDInts(Point2D.Double[], Point2D.Double, int, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in points to point.
getNearestPoint2DDouble_DistanceDouble_IDInts(HashSet, Point2D.Double[], Point2D.Double, int, int) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in points to point.
getNearestPoint2DDouble_DistanceDouble_IDInts(GWS.Point2DDouble_DistanceDouble_IDInt[], Point2D.Double[], Point2D.Double, int, int, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in pointsDistanceIDs to point.
getNearestPoint2DDouble_DistanceDouble_IDIntsAndOtherInfo(Point2D.Double[], Point2D.Double, int, int, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns an Object[] result result[ 0 ] is a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in points to point.
getNearestPoint2DDouble_DistanceDouble_IDIntsAndOtherInfo(HashSet, Point2D.Double[], Point2D.Double, int, int, double) - Method in class uk.ac.leeds.ccg.andyt.gws.core.GWS
Returns an Object[] result result[ 0 ] is a Point2DDouble_DistanceDouble_IDInt[] thats points are the closest numberOfPoints in points to point.
getPointsIntersected(Point2DBigDecimal[], BigDecimal[]) - Static method in class uk.ac.leeds.ccg.andyt.gws.utilities.Utilities
Returns as a HashSet the IDs of points that intersect dimensions.
getPointsIntersected(Point2D.Double[], BigDecimal[]) - Static method in class uk.ac.leeds.ccg.andyt.gws.utilities.Utilities
Returns as a HashSet the IDs of points that intersect dimensions.
getPointsIntersected(HashSet, Point2D.Double[], BigDecimal[]) - Static method in class uk.ac.leeds.ccg.andyt.gws.utilities.Utilities
Returns as a HashSet the IDs of points that intersect dimensions.
getPointsIntersected(HashSet, Point2DBigDecimal[], BigDecimal[]) - Static method in class uk.ac.leeds.ccg.andyt.gws.utilities.Utilities
Returns as a HashSet the IDs of points that intersect dimensions.
getX() - Method in class uk.ac.leeds.ccg.andyt.gws.utilities.Point2DBigDecimal
 
getY() - Method in class uk.ac.leeds.ccg.andyt.gws.utilities.Point2DBigDecimal
 
grid2DSquareCellProcessor - Variable in class uk.ac.leeds.ccg.andyt.gws.core.GWS
 
GWS - Class in uk.ac.leeds.ccg.andyt.gws.core
TODO: docs
GWS() - Constructor for class uk.ac.leeds.ccg.andyt.gws.core.GWS
 
GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt - Class in uk.ac.leeds.ccg.andyt.gws.core
A basic class for holding a Point2DBigDecimal a BigDecimal and an int.
GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt() - Constructor for class uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt
 
GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt(BigDecimal) - Constructor for class uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt
 
GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt(Point2DBigDecimal, BigDecimal, int) - Constructor for class uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt
 
GWS.Point2DDouble_DistanceDouble_IDInt - Class in uk.ac.leeds.ccg.andyt.gws.core
A basic class for holding a Point2D.Double a double and an int in a single object TODO: documentation
GWS.Point2DDouble_DistanceDouble_IDInt() - Constructor for class uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DDouble_DistanceDouble_IDInt
 
GWS.Point2DDouble_DistanceDouble_IDInt(double) - Constructor for class uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DDouble_DistanceDouble_IDInt
 
GWS.Point2DDouble_DistanceDouble_IDInt(Point2D.Double, double, int) - Constructor for class uk.ac.leeds.ccg.andyt.gws.core.GWS.Point2DDouble_DistanceDouble_IDInt
 

A C D F G I L M P R U W