Uses of Class
org.apache.sis.coverage.ConvertedRange
Packages that use ConvertedRange
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
-
Uses of ConvertedRange in org.apache.sis.coverage
Constructors in org.apache.sis.coverage with parameters of type ConvertedRangeModifierConstructorDescriptionprivate
ConvertedRange
(NumberRange<Double> union, ConvertedRange r1, NumberRange<Double> r2) Completes the union computed byRange.union(Range)
with the unions of alternative extremum.