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.FieldRangeFormat.Field. MAX_VALUEIdentifies the maximal value field in a range.static RangeFormat.FieldRangeFormat.Field. MIN_VALUEIdentifies the minimal value field in a range.static RangeFormat.FieldRangeFormat.Field. UNITIdentifies the unit field in a range, if any.
-