Uses of Class
org.apache.sis.measure.UnitFormat
Packages that use UnitFormat
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of UnitFormat in org.apache.sis.measure
Fields in org.apache.sis.measure declared as UnitFormatModifier and TypeFieldDescriptionprotected final UnitFormat
QuantityFormat.unitFormat
The format for parsing and formatting the unit of measurement part.protected final UnitFormat
RangeFormat.unitFormat
The format for unit of measurement, ornull
if none.Methods in org.apache.sis.measure that return UnitFormatConstructors in org.apache.sis.measure with parameters of type UnitFormatModifierConstructorDescriptionQuantityFormat
(NumberFormat numberFormat, UnitFormat unitFormat) Creates a new instance using the given number and unit formats.