Uses of Class
org.apache.sis.measure.MeasurementRange
Packages that use MeasurementRange
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Information about spatial, vertical, and temporal extent.
-
Uses of MeasurementRange in org.apache.sis.coverage
Methods in org.apache.sis.coverage that return types with arguments of type MeasurementRangeModifier and TypeMethodDescriptionCategory.getMeasurementRange()
Returns the range of values after conversions by the transfer function.SampleDimension.getMeasurementRange()
Returns the range of values after conversions by the transfer function. -
Uses of MeasurementRange in org.apache.sis.measure
Methods in org.apache.sis.measure that return MeasurementRangeModifier and TypeMethodDescription<N extends Number & Comparable<? super N>>
MeasurementRange<N>Casts this range to the specified type.Converts this range to the specified unit.static MeasurementRange<Double>
MeasurementRange.create
(double minValue, boolean isMinIncluded, double maxValue, boolean isMaxIncluded, Unit<?> unit) Constructs a range ofdouble
values.static MeasurementRange<Float>
MeasurementRange.create
(float minValue, boolean isMinIncluded, float maxValue, boolean isMaxIncluded, Unit<?> unit) Constructs a range offloat
values.static MeasurementRange<?>
MeasurementRange.createBestFit
(Number minValue, boolean isMinIncluded, Number maxValue, boolean isMaxIncluded, Unit<?> unit) Constructs a range using the smallest type ofNumber
that can hold the given values.static MeasurementRange<Double>
MeasurementRange.createGreaterThan
(double minValue, Unit<?> unit) Constructs a range ofdouble
values greater than the given value. -
Uses of MeasurementRange in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return MeasurementRangeModifier and TypeMethodDescriptionstatic MeasurementRange<Double>
Extents.getVerticalRange
(Extent extent) Returns the union of chosen vertical ranges found in the given extent, ornull
if none.