Uses of Class
org.apache.sis.measure.UnitFormat
-
Packages that use UnitFormat Package Description org.apache.sis.measure 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 UnitFormat Modifier and Type Field Description protected UnitFormat
RangeFormat. unitFormat
The format for unit of measurement, ornull
if none.Methods in org.apache.sis.measure that return UnitFormat Modifier and Type Method Description UnitFormat
UnitFormat. clone()
Returns a clone of this unit format.
-