Uses of Class
org.apache.sis.measure.FormattedCharacterIterator
Packages that use FormattedCharacterIterator
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of FormattedCharacterIterator in org.apache.sis.measure
Fields in org.apache.sis.measure declared as FormattedCharacterIteratorModifier and TypeFieldDescriptionprivate FormattedCharacterIterator
AngleFormat.characterIterator
A temporary variable which may be set to the character iterator for which the attributes need to be set.Methods in org.apache.sis.measure with parameters of type FormattedCharacterIteratorModifier and TypeMethodDescriptionprivate void
RangeFormat.format
(Range<?> range, StringBuffer toAppendTo, FieldPosition pos, FormattedCharacterIterator characterIterator) Implementation of the format methods.