Uses of Interface
org.apache.sis.util.collection.CheckedContainer
-
Packages that use CheckedContainer Package Description org.apache.sis.measure Units of measurements, values related to measurement (like angles and ranges) and their formatters.org.apache.sis.referencing.factory Creates Coordinate Reference System (CRS) objects from given properties or authority codes.org.apache.sis.util.collection Addition to the collection framework. -
-
Uses of CheckedContainer in org.apache.sis.measure
Classes in org.apache.sis.measure that implement CheckedContainer Modifier and Type Class Description classMeasurementRange<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.referencing.factory
Classes in org.apache.sis.referencing.factory that implement CheckedContainer Modifier and Type Class Description classIdentifiedObjectSet<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 CheckedContainer Modifier and Type Class Description classCodeListSet<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.
-