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 AngleFormatAngleFormat. clone()Returns a clone of thisAngleFormat.static AngleFormatAngleFormat. getInstance()Constructs a newAngleFormatfor the default pattern and the current default locale.static AngleFormatAngleFormat. getInstance(Locale locale)Constructs a newAngleFormatfor the default pattern and the specified locale.
-