Uses of Class
org.apache.sis.measure.UnitFormat.Style
-
Packages that use UnitFormat.Style Package Description org.apache.sis.measure 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.Style Modifier and Type Method Description UnitFormat.Style
UnitFormat. getStyle()
Returns whether unit formatting uses ASCII symbols, Unicode symbols or full localized names.static UnitFormat.Style
UnitFormat.Style. valueOf(String name)
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.Style Modifier and Type Method Description void
UnitFormat. setStyle(UnitFormat.Style style)
Sets whether unit formatting should use ASCII symbols, Unicode symbols or full localized names.
-