Uses of Class
org.apache.sis.measure.RangeFormat.Field
Packages that use RangeFormat.Field
Package
Description
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
-
Uses of RangeFormat.Field in org.apache.sis.measure
Fields in org.apache.sis.measure declared as RangeFormat.FieldModifier and TypeFieldDescriptionstatic final RangeFormat.Field
RangeFormat.Field.MAX_VALUE
Identifies the maximal value field in a range.static final RangeFormat.Field
RangeFormat.Field.MIN_VALUE
Identifies the minimal value field in a range.static final RangeFormat.Field
RangeFormat.Field.UNIT
Identifies the unit field in a range, if any.Methods in org.apache.sis.measure that return RangeFormat.FieldModifier and TypeMethodDescription(package private) static RangeFormat.Field
RangeFormat.Field.forCode
(int field) Returns the field constant for the given numeric identifier.