Uses of Enum Class
org.geotools.measure.AngleFormat.RoundingMethod
Packages that use AngleFormat.RoundingMethod
-
Uses of AngleFormat.RoundingMethod in org.geotools.measure
Fields in org.geotools.measure declared as AngleFormat.RoundingMethodModifier and TypeFieldDescriptionstatic final AngleFormat.RoundingMethodAngleFormat.DEFAULT_ROUNDING_METHODThe default rounding method (ROUND_HALF_EVEN).Methods in org.geotools.measure that return AngleFormat.RoundingMethodModifier and TypeMethodDescriptionstatic AngleFormat.RoundingMethodAngleFormat.getDefaultRoundingMethod()Get the default rounding method.static AngleFormat.RoundingMethodAngleFormat.getRoundingMethod()Get the rounding method being used by this instance.static AngleFormat.RoundingMethodReturns the enum constant of this class with the specified name.static AngleFormat.RoundingMethod[]AngleFormat.RoundingMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.geotools.measure with parameters of type AngleFormat.RoundingMethodModifier and TypeMethodDescriptionstatic 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.