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).
JAXB adapters for referencing.
Well Known Text (WKT) parsing and formatting.
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
Subclasses of MeasurementRange in org.apache.sis.coverageModifier and TypeClassDescription(package private) final class
Range of real values computed from the range of the sample values.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.internal.jaxb.referencing
Fields in org.apache.sis.internal.jaxb.referencing declared as MeasurementRangeModifier and TypeFieldDescriptionCC_OperationParameter.valueDomain
The domain of values of the enclosing<gml:ParameterValue>
element, ornull
if unknown.Methods in org.apache.sis.internal.jaxb.referencing that return MeasurementRangeModifier and TypeMethodDescriptionstatic MeasurementRange<?>
CC_OperationParameter.valueDomain
(org.opengis.parameter.ParameterValue<?> param) Saves the unit of measurement in a boundless range. -
Uses of MeasurementRange in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt with parameters of type MeasurementRangeModifier and TypeMethodDescriptionprivate void
Formatter.appendVerticalExtent
(MeasurementRange<Double> range) Appends the given vertical extent, if non-null. -
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.private <N extends Number & Comparable<? super N>>
MeasurementRange<N>MeasurementRange.convertAndCast
(Class<N> type, javax.measure.Unit<?> targetUnit) Casts this range to the specified type and converts to the specified unit.MeasurementRange.convertTo
(javax.measure.Unit<?> targetUnit) Converts this range to the specified unit.static MeasurementRange<Double>
MeasurementRange.create
(double minValue, boolean isMinIncluded, double maxValue, boolean isMaxIncluded, javax.measure.Unit<?> unit) Constructs a range ofdouble
values.static MeasurementRange<Float>
MeasurementRange.create
(float minValue, boolean isMinIncluded, float maxValue, boolean isMaxIncluded, javax.measure.Unit<?> unit) Constructs a range offloat
values.static MeasurementRange<?>
MeasurementRange.createBestFit
(Number minValue, boolean isMinIncluded, Number maxValue, boolean isMaxIncluded, javax.measure.Unit<?> unit) Constructs a range using the smallest type ofNumber
that can hold the given values.static MeasurementRange<Double>
MeasurementRange.createGreaterThan
(double minValue, javax.measure.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
(org.opengis.metadata.extent.Extent extent) Returns the union of chosen vertical ranges found in the given extent, ornull
if none.