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.
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.internal.jaxb.referencing
Fields in org.apache.sis.internal.jaxb.referencing declared as MeasurementRangeModifier and TypeFieldDescriptionCC_OperationParameter.valueDomainThe domain of values of the enclosing<gml:ParameterValue>element, ornullif 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.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.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 ofdoublevalues.static MeasurementRange<Float> MeasurementRange.create(float minValue, boolean isMinIncluded, float maxValue, boolean isMaxIncluded, javax.measure.Unit<?> unit) Constructs a range offloatvalues.static MeasurementRange<?> MeasurementRange.createBestFit(Number minValue, boolean isMinIncluded, Number maxValue, boolean isMaxIncluded, javax.measure.Unit<?> unit) Constructs a range using the smallest type ofNumberthat can hold the given values.static MeasurementRange<Double> MeasurementRange.createGreaterThan(double minValue, javax.measure.Unit<?> unit) Constructs a range ofdoublevalues 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, ornullif none.