Uses of Class
org.apache.sis.measure.AngleFormat
-
Packages that use AngleFormat Package Description org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters. -
-
Uses of AngleFormat in org.apache.sis.measure
Methods in org.apache.sis.measure that return AngleFormat Modifier and Type Method Description AngleFormat
AngleFormat. clone()
Returns a clone of thisAngleFormat
.static AngleFormat
AngleFormat. getInstance()
Constructs a newAngleFormat
for the default pattern and the current default locale.static AngleFormat
AngleFormat. getInstance(Locale locale)
Constructs a newAngleFormat
for the default pattern and the specified locale.
-