|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Point2DBigDecimal | |
---|---|
uk.ac.leeds.ccg.andyt.gws.core | |
uk.ac.leeds.ccg.andyt.gws.utilities |
Uses of Point2DBigDecimal in uk.ac.leeds.ccg.andyt.gws.core |
---|
Fields in uk.ac.leeds.ccg.andyt.gws.core declared as Point2DBigDecimal | |
---|---|
protected Point2DBigDecimal |
GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt.point2DBigDecimal
|
Methods in uk.ac.leeds.ccg.andyt.gws.core with parameters of type Point2DBigDecimal | |
---|---|
protected java.util.HashSet |
GWS.getInDistancePoint2DBigDecimal_DistanceBigDecimal_IDInts(java.util.HashSet pointIDsHashSet,
Point2DBigDecimal[] points,
Point2DBigDecimal point,
java.math.BigDecimal distanceBigDecimal,
int decimalPlaces)
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. |
protected java.util.HashSet |
GWS.getInDistancePoint2DBigDecimal_DistanceBigDecimal_IDInts(java.util.HashSet pointIDsHashSet,
Point2DBigDecimal[] points,
Point2DBigDecimal point,
java.math.BigDecimal distanceBigDecimal,
int decimalPlaces)
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. |
protected java.util.HashSet |
GWS.getInDistancePoint2DBigDecimal_DistanceBigDecimal_IDInts(Point2DBigDecimal[] points,
Point2DBigDecimal point,
java.math.BigDecimal distanceBigDecimal,
int decimalPlaces)
Returns a HashSet of Point2DDouble_DistanceDouble_IDInt objects comprised of those Points from points that are withing distance of point |
protected java.util.HashSet |
GWS.getInDistancePoint2DBigDecimal_DistanceBigDecimal_IDInts(Point2DBigDecimal[] points,
Point2DBigDecimal point,
java.math.BigDecimal distanceBigDecimal,
int decimalPlaces)
Returns a HashSet of Point2DDouble_DistanceDouble_IDInt objects comprised of those Points from points that are withing distance of point |
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble |
FixedGWS.getKernelWeightsInDistance(java.util.HashSet pointIDsHashSet,
Point2DBigDecimal[] point2DBigDecimals,
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble grid2DSquareCellDouble,
double distanceDouble,
double weightIntersect,
double weightFactor,
int decimalPlaces)
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. |
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble |
FixedGWS.getKernelWeightsInDistance(java.util.HashSet pointIDsHashSet,
Point2DBigDecimal[] point2DBigDecimals,
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble grid2DSquareCellDouble,
double distanceDouble,
double weightIntersect,
double weightFactor,
int distanceFactor,
int decimalPlaces)
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. |
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble |
FixedGWS.getKernelWeightsInDistance(int divisions,
Point2DBigDecimal[] point2DBigDecimals,
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble grid2DSquareCellDouble,
double distanceDouble,
double weightIntersect,
double weightFactor,
int distanceFactor)
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. |
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble |
FixedGWS.getKernelWeightsInDistance(Point2DBigDecimal[] point2DBigDecimals,
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble grid2DSquareCellDouble,
double distanceDouble,
double weightIntersect,
double weightFactor,
int decimalPlaces)
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. |
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble |
FixedGWS.getKernelWeightsInDistance(Point2DBigDecimal[] point2DBigDecimals,
uk.ac.leeds.ccg.andyt.grids.core.Grid2DSquareCellDouble grid2DSquareCellDouble,
double distanceDouble,
double weightIntersect,
double weightFactor,
int distanceFactor,
int decimalPlaces)
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 |
Constructors in uk.ac.leeds.ccg.andyt.gws.core with parameters of type Point2DBigDecimal | |
---|---|
GWS.Point2DBigDecimal_DistanceBigDecimal_IDInt(Point2DBigDecimal point2DBigDecimal,
java.math.BigDecimal distanceBigDecimal,
int iDInt)
|
Uses of Point2DBigDecimal in uk.ac.leeds.ccg.andyt.gws.utilities |
---|
Methods in uk.ac.leeds.ccg.andyt.gws.utilities with parameters of type Point2DBigDecimal | |
---|---|
java.math.BigDecimal |
Point2DBigDecimal.distance(Point2DBigDecimal point2DBigDecimal,
int decimalPlaces)
Returns the distance form Point2DBigDecimal to this as a BigDecimal |
static java.util.HashSet |
Utilities.getInDistancePointIDs(java.util.HashSet pointIDs,
Point2DBigDecimal[] points,
Point2DBigDecimal point,
double distance,
int decimalPlaces)
Returns as a HashSet the IDs of points that are in distance of point. |
static java.util.HashSet |
Utilities.getInDistancePointIDs(java.util.HashSet pointIDs,
Point2DBigDecimal[] points,
Point2DBigDecimal point,
double distance,
int decimalPlaces)
Returns as a HashSet the IDs of points that are in distance of point. |
static java.util.HashSet |
Utilities.getInDistancePointIDs(Point2DBigDecimal[] points,
Point2DBigDecimal point,
java.math.BigDecimal distance,
int decimalPlaces)
Returns the IDs of points that are in distance of point as a HashSet. |
static java.util.HashSet |
Utilities.getInDistancePointIDs(Point2DBigDecimal[] points,
Point2DBigDecimal point,
java.math.BigDecimal distance,
int decimalPlaces)
Returns the IDs of points that are in distance of point as a HashSet. |
static java.util.HashSet |
Utilities.getPointsIntersected(java.util.HashSet pointIDs,
Point2DBigDecimal[] points,
java.math.BigDecimal[] dimensions)
Returns as a HashSet the IDs of points that intersect dimensions. |
static java.util.HashSet |
Utilities.getPointsIntersected(Point2DBigDecimal[] points,
java.math.BigDecimal[] dimensions)
Returns as a HashSet the IDs of points that intersect dimensions. |
static boolean |
Utilities.isPointContained(Point2DBigDecimal point,
java.math.BigDecimal[] dimensions)
Returns true iff point is contained in dimensions as in: point.x > xmin, point.y > ymin, point.x < xmax, point.y < ymax |
static boolean |
Utilities.isPointIn(Point2DBigDecimal point,
java.math.BigDecimal[] dimensions)
Returns true iff point is contained in dimensions as in: point.x >= xmin, point.y >= ymin, point.x < xmax, point.y < ymax |
static boolean |
Utilities.isPointIntersected(Point2DBigDecimal point,
java.math.BigDecimal[] dimensions)
Returns true iff point is contained in dimensions as in: point.x >= xmin, point.y >= ymin, point.x <= xmax, point.y <= ymax |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |