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 TypeClassDescriptionclassMeasurementRange<E extends Number & Comparable<? super E>>A range of numbers associated with a unit of measurement.classNumberRange<E extends Number & Comparable<? super E>>A range of numbers capable of widening conversions when performing range operations.classRange<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 TypeClassDescriptionclassBuilder of parameter groups for matrices or mathematical objects of higher dimensions.classDeprecated, 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 TypeClassDescriptionclassIdentifiedObjectSet<T extends IdentifiedObject>A lazy set ofIdentifiedObjectinstances 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 TypeClassDescriptionclassCodeListSet<E extends CodeList<E>>A specializedSetimplementation for use withCodeListvalues.classRangeSet<E extends Comparable<? super E>>An ordered set of disjoint ranges where overlapping ranges are merged.classTableColumn<V>Identifies a column inTreeTable.Nodeinstances.classWeakHashSet<E>A set of objects hold by weak references.
MatrixParametersbecause this is not really a builder of tensors.