public class GeomUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static double |
angleTolerance
Maximum tolerance to be used when dealing with angles.
|
protected static double |
areaTolerance
Maximum tolerance to be used when dealing with areas.
|
protected static double |
distTolerance
Maximum tolerance to be used when dealing with distances.
|
| Constructor and Description |
|---|
GeomUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
getAngleTolerance() |
static double |
getAreaTolerance() |
static double |
getDistTolerance() |
static void |
setAngleTolerance(double angleTolerance) |
static void |
setAreaTolerance(double areaTolerance) |
static void |
setDistTolerance(double distTolerance) |
protected static double distTolerance
0 (zero);
or, locations separated by distances less than this value will be
considered as being the same/indiscernible.protected static double angleTolerance
0 (zero).protected static double areaTolerance
0 (zero).public static final double getDistTolerance()
public static final void setDistTolerance(double distTolerance)
distTolerance - the distTolerance to setpublic static final double getAngleTolerance()
public static final void setAngleTolerance(double angleTolerance)
angleTolerance - the angleTolerance to setpublic static double getAreaTolerance()
public static void setAreaTolerance(double areaTolerance)
areaTolerance - the areaTolerance to setCopyright © 2016. All rights reserved.