Uses of Class
org.apache.sis.measure.RangeFormat.Field
-
Packages that use RangeFormat.Field Package Description org.apache.sis.measure 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.Field Modifier and Type Field Description static RangeFormat.Field
RangeFormat.Field. MAX_VALUE
Identifies the maximal value field in a range.static RangeFormat.Field
RangeFormat.Field. MIN_VALUE
Identifies the minimal value field in a range.static RangeFormat.Field
RangeFormat.Field. UNIT
Identifies the unit field in a range, if any.
-