Uses of Class
org.geotools.measure.AngleFormat.RoundingMethod
- 
Packages that use AngleFormat.RoundingMethod Package Description org.geotools.measure Measures (like angles) and their formatter.
- 
- 
Uses of AngleFormat.RoundingMethod in org.geotools.measureFields in org.geotools.measure declared as AngleFormat.RoundingMethod Modifier and Type Field Description static AngleFormat.RoundingMethodAngleFormat. DEFAULT_ROUNDING_METHODThe default rounding method (ROUND_HALF_EVEN).Methods in org.geotools.measure that return AngleFormat.RoundingMethod Modifier and Type Method Description static AngleFormat.RoundingMethodAngleFormat. getDefaultRoundingMethod()Get the default rounding method.static AngleFormat.RoundingMethodAngleFormat. getRoundingMethod()Get the rounding method being used by this instance.static AngleFormat.RoundingMethodAngleFormat.RoundingMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static AngleFormat.RoundingMethod[]AngleFormat.RoundingMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.measure with parameters of type AngleFormat.RoundingMethod Modifier and Type Method Description static voidAngleFormat. setDefaultRoundingMethod(AngleFormat.RoundingMethod method)Set the default rounding method for all instances of this class to use when the last significant digit of a value is 5.voidAngleFormat. setRoundingMethod(AngleFormat.RoundingMethod method)Set the rounding method for this instance to use when the last significant digit of a value is 5.
 
-