Uses of Class
org.apache.sis.measure.AngleFormat
Packages that use AngleFormat
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of AngleFormat in org.apache.sis.measure
Methods in org.apache.sis.measure that return AngleFormatModifier and TypeMethodDescriptionAngleFormat.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. -
Uses of AngleFormat in org.apache.sis.storage
Methods in org.apache.sis.storage with parameters of type AngleFormatModifier and TypeMethodDescriptionprivate static void
CoverageQuery.append
(StringBuffer sb, AngleFormat f, Angle start, Angle end) Formats a range of longitude or latitude values in the pseudo-SQL statement.