Uses of Class
org.apache.sis.measure.UnitFormat
Packages that use UnitFormat
Package
Description
Miscellaneous objects and adapters defined in the
"gml"
namespace.Well Known Text (WKT) parsing and formatting.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of UnitFormat in org.apache.sis.internal.jaxb.gml
Fields in org.apache.sis.internal.jaxb.gml declared as UnitFormatModifier and TypeFieldDescriptionprivate static final UnitFormat
Measure.UCUM
An instance for formatting units with a syntax close to the UCUM one. -
Uses of UnitFormat in org.apache.sis.io.wkt
Fields in org.apache.sis.io.wkt declared as UnitFormatModifier and TypeFieldDescriptionprivate UnitFormat
AbstractParser.unitFormat
The object to use for parsing unit symbols, created when first needed.private final UnitFormat
Formatter.unitFormat
The object to use for formatting unit symbols.Constructors in org.apache.sis.io.wkt with parameters of type UnitFormatModifierConstructorDescription(package private)
AbstractParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Locale errorLocale) Constructs a parser using the specified set of symbols.(package private)
Formatter
(Locale locale, Locale errorLocale, Symbols symbols, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat) Constructor for private use byWKTFormat
only.(package private)
GeodeticObjectParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Constructs a parser for the specified set of symbols using the specified set of factories.(package private)
MathTransformParser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, ReferencingFactoryContainer factories, Locale errorLocale) Creates a parser using the specified set of symbols and factories.(package private)
Parser
(Symbols symbols, Map<String, StoredTree> fragments, NumberFormat numberFormat, DateFormat dateFormat, UnitFormat unitFormat, Convention convention, Transliterator transliterator, Locale errorLocale, ReferencingFactoryContainer factories) Creates a new parser. -
Uses of UnitFormat in org.apache.sis.measure
Fields in org.apache.sis.measure declared as UnitFormatModifier and TypeFieldDescription(package private) static final UnitFormat
UnitFormat.INSTANCE
The default instance used byUnits.valueOf(String)
for parsing units of measurement.protected 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.