Uses of Class
org.apache.sis.measure.Range
Packages that use Range
Package
Description
Basic geometric objects (envelopes and direct positions).
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Information about spatial, vertical, and temporal extent.
Descriptions and values of parameters used by a coordinate operation or a process.
Data store base types for retrieving and saving geospatial data
in various storage formats.
Addition to the collection framework.
-
Uses of Range in org.apache.sis.geometry
Methods in org.apache.sis.geometry that return types with arguments of type RangeModifier and TypeMethodDescriptionAbstractEnvelope.getTimeRange()
Returns the time range of the first dimension associated to a temporal CRS.Envelopes.toTimeRange
(Envelope envelope) Returns the time range of the first dimension associated to a temporal CRS. -
Uses of Range in org.apache.sis.measure
Subclasses of Range in org.apache.sis.measureModifier and TypeClassDescriptionclass
MeasurementRange<E extends Number & Comparable<? super E>>
A range of numbers associated with a unit of measurement.class
NumberRange<E extends Number & Comparable<? super E>>
A range of numbers capable of widening conversions when performing range operations.Methods in org.apache.sis.measure that return RangeModifier and TypeMethodDescriptionReturns the intersection between this range and the given range.Returns the intersection between this range and the given range.Range<?>
Parses text from the given string to produce a range.Range<?>
RangeFormat.parse
(String source, ParsePosition pos) Parses text from a string to produce a range.Returns the range of values that are in this range but not in the given range.Returns the range of values that are in this range but not in the given range.Returns the union of this range with the given range.Returns the union of this range with the given range.Methods in org.apache.sis.measure with parameters of type RangeModifier and TypeMethodDescriptionstatic <N extends Number & Comparable<? super N>>
NumberRange<N>NumberRange.castOrCopy
(Range<N> range) Returns the specifiedRange
as aNumberRange
object.boolean
Returnstrue
if the supplied range is fully contained within this range.boolean
Returnstrue
if the supplied range is fully contained within this range.Returns the intersection between this range and the given range.Returns the intersection between this range and the given range.boolean
MeasurementRange.intersects
(Range<? extends E> range) Returnstrue
if this range intersects the given range.boolean
Range.intersects
(Range<? extends E> range) Returnstrue
if this range intersects the given range.Returns the range of values that are in this range but not in the given range.Returns the range of values that are in this range but not in the given range.Returns the union of this range with the given range.Returns the union of this range with the given range.Constructors in org.apache.sis.measure with parameters of type RangeModifierConstructorDescriptionMeasurementRange
(Range<E> range, Unit<?> unit) Constructs a range with the same values than the specified range and the given unit.NumberRange
(Range<E> range) Constructs a range with the same type and the same values than the specified range.Constructs a range with the same type and the same values than the specified range. -
Uses of Range in org.apache.sis.metadata.iso.extent
Methods in org.apache.sis.metadata.iso.extent that return RangeModifier and TypeMethodDescriptionExtents.getTimeRange
(Extent extent) Returns the union of all time ranges found in the given extent, ornull
if none. -
Uses of Range in org.apache.sis.parameter
Methods in org.apache.sis.parameter that return RangeModifier and TypeMethodDescriptionfinal Range<?>
DefaultParameterDescriptor.getValueDomain()
Returns the domain of values with their unit of measurement (if any), ornull
if none.static Range<?>
Parameters.getValueDomain
(ParameterDescriptor<?> descriptor) Returns the domain of valid values defined by the given descriptor, ornull
if none.Methods in org.apache.sis.parameter with parameters of type RangeModifier and TypeMethodDescription<T extends Comparable<? super T>>
ParameterDescriptor<T>ParameterBuilder.createBounded
(Range<T> valueDomain, T defaultValue) Creates a descriptor for values in the domain represented by the givenRange
object.Constructors in org.apache.sis.parameter with parameters of type Range -
Uses of Range in org.apache.sis.storage
Methods in org.apache.sis.storage that return RangeModifier and TypeMethodDescriptionDataStoreProvider.getSupportedVersions()
Returns the range of versions supported by the data store, ornull
if unspecified. -
Uses of Range in org.apache.sis.util.collection
Methods in org.apache.sis.util.collection that return RangeModifier and TypeMethodDescriptionRangeSet.first()
Returns the first (lowest) range currently in this sorted set.RangeSet.last()
Returns the last (highest) range currently in this sorted set.Returns a newRange
object initialized with the given values.Methods in org.apache.sis.util.collection that return types with arguments of type RangeModifier and TypeMethodDescriptionComparator<Range<E>>
RangeSet.comparator()
Returns the comparator associated with this sorted set.RangeSet.getElementType()
Returns the type of elements in this collection, which is alwaysRange
.Returns a view of the portion of this sorted set whose elements are strictly less thanupper
.Returns a view of the portion of this range set which is the intersection of thisRangeSet
with the given range.RangeSet.iterator()
Returns an iterator over the elements in this set of ranges.Returns a view of the portion of this sorted set whose elements range fromlower
, inclusive, toupper
, exclusive.Returns a view of the portion of this sorted set whose elements are greater than or equal tolower
.Methods in org.apache.sis.util.collection with parameters of type RangeModifier and TypeMethodDescriptionboolean
Adds a range to this set.boolean
Returnstrue
if this set contains the specified element.Returns a view of the portion of this sorted set whose elements are strictly less thanupper
.Returns a view of the portion of this range set which is the intersection of thisRangeSet
with the given range.Returns a view of the portion of this sorted set whose elements range fromlower
, inclusive, toupper
, exclusive.Returns a view of the portion of this sorted set whose elements are greater than or equal tolower
.