Uses of Interface
org.apache.sis.util.collection.CheckedContainer
Packages that use CheckedContainer
Package
Description
A simple k-dimensional point tree implementation.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Descriptions and values of parameters used by a coordinate operation or a process.
Creates Coordinate Reference System (CRS) objects from given properties or authority codes.
Addition to the collection framework.
-
Uses of CheckedContainer in org.apache.sis.index.tree
Classes in org.apache.sis.index.tree that implement CheckedContainer -
Uses of CheckedContainer in org.apache.sis.measure
Classes in org.apache.sis.measure that implement CheckedContainerModifier 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.class
Range<E extends Comparable<? super E>>
A set of minimum and maximum values of a certain class, allowing a user to determine if a value of the same class is contained inside the range. -
Uses of CheckedContainer in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement CheckedContainerModifier and TypeClassDescriptionclass
Builder of parameter groups for matrices or mathematical objects of higher dimensions.class
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of CheckedContainer in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement CheckedContainerModifier and TypeClassDescriptionclass
IdentifiedObjectSet<T extends IdentifiedObject>
A lazy set ofIdentifiedObject
instances created from their authority codes only when first needed. -
Uses of CheckedContainer in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement CheckedContainerModifier and TypeClassDescriptionclass
CodeListSet<E extends CodeList<E>>
A specializedSet
implementation for use withCodeList
values.class
RangeSet<E extends Comparable<? super E>>
An ordered set of disjoint ranges where overlapping ranges are merged.class
TableColumn<V>
Identifies a column inTreeTable.Node
instances.class
WeakHashSet<E>
A set of objects hold by weak references.
MatrixParameters
because this is not really a builder of tensors.