Uses of Enum
org.apache.sis.measure.UnitFormat.Style
Packages that use UnitFormat.Style
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of UnitFormat.Style in org.apache.sis.measure
Methods in org.apache.sis.measure that return UnitFormat.StyleModifier and TypeMethodDescriptionUnitFormat.getStyle()
Returns whether unit formatting uses ASCII symbols, Unicode symbols or full localized names.static UnitFormat.Style
Returns the enum constant of this type with the specified name.static UnitFormat.Style[]
UnitFormat.Style.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.measure with parameters of type UnitFormat.StyleModifier and TypeMethodDescriptionvoid
UnitFormat.setStyle
(UnitFormat.Style style) Sets whether unit formatting should use ASCII symbols, Unicode symbols or full localized names.