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.RoundingMethod
AngleFormat.DEFAULT_ROUNDING_METHOD
The default rounding method (ROUND_HALF_EVEN).Methods in org.geotools.measure that return AngleFormat.RoundingMethodModifier and TypeMethodDescriptionstatic AngleFormat.RoundingMethod
AngleFormat.getDefaultRoundingMethod()
Get the default rounding method.static AngleFormat.RoundingMethod
AngleFormat.getRoundingMethod()
Get the rounding method being used by this instance.static AngleFormat.RoundingMethod
Returns 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 void
AngleFormat.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.void
AngleFormat.setRoundingMethod
(AngleFormat.RoundingMethod method) Set the rounding method for this instance to use when the last significant digit of a value is 5.