Uses of Interface
org.apache.sis.util.collection.CheckedContainer
Packages that use CheckedContainer
Package
Description
Functions that associates positions within a bounded space (its domain) to values (its range).
A simple k-dimensional point tree implementation.
Default set of
ObjectConverter
implementations.A set of helper classes for the SIS implementation.
A set of helper classes for the SIS implementation.
A set of helper classes for the SIS implementation.
A set of mathematical objects and algebraic utilities.
Units of measurements, values related to measurement (like angles and ranges) and their formatters.
Root package for various metadata implementations.
Information about data quality, accuracy and consistency of a dataset.
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.
Factories for geodetic objects defined in a SQL database, typically the EPSG dataset.
Addition to the collection framework.
-
Uses of CheckedContainer in org.apache.sis.coverage
Classes in org.apache.sis.coverage that implement CheckedContainerModifier and TypeClassDescription(package private) final class
Range of real values computed from the range of the sample values. -
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.internal.converter
Classes in org.apache.sis.internal.converter that implement CheckedContainerModifier and TypeClassDescription(package private) final class
Columns in the string representation of converter chains. -
Uses of CheckedContainer in org.apache.sis.internal.feature
Classes in org.apache.sis.internal.feature that implement CheckedContainerModifier and TypeClassDescription(package private) final class
Unmodifiable lists of instants backed by a compressed vector. -
Uses of CheckedContainer in org.apache.sis.internal.referencing
Classes in org.apache.sis.internal.referencing that implement CheckedContainerModifier and TypeClassDescriptionfinal class
The domain of values of an EPSG parameter which accepts different units. -
Uses of CheckedContainer in org.apache.sis.internal.util
Classes in org.apache.sis.internal.util that implement CheckedContainerModifier and TypeClassDescriptionfinal class
final class
class
An unmodifiable view of an array.private static final class
A view over a portion ofUnmodifiableArrayList
. -
Uses of CheckedContainer in org.apache.sis.math
Classes in org.apache.sis.math that implement CheckedContainerModifier and TypeClassDescription(package private) class
ArrayVector<E extends Number>
A vector backed by an array of a primitive type.private static final class
A vector backed by an array of typeString[]
.private static class
A vector backed by an array of typebyte[]
.(package private) static final class
A vector backed by an array of typefloat[]
to be converted todouble
in a way that minimizes the errors when represented in base 10.(package private) static final class
A vector backed by an array of typedouble[]
.private static class
A vector backed by an array of typefloat[]
.private static class
A vector backed by an array of typeint[]
.private static class
A vector backed by an array of typelong[]
.private static final class
A vector backed by an array of typeNumber[]
.private static class
A vector backed by an array of typeshort[]
.private static final class
A vector backed by an array of typebyte[]
to be interpreted as unsigned values.private static final class
A vector backed by an array of typeint[]
to be interpreted as unsigned values.private static final class
A vector backed by an array of typelong[]
to be interpreted as unsigned values.private static final class
A vector backed by an array of typeshort[]
to be interpreted as unsigned values.(package private) final class
A vector of integer values backed by anIntegerList
. -
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.metadata
Classes in org.apache.sis.metadata that implement CheckedContainerModifier and TypeClassDescription(package private) final class
DomainRange<E extends Number & Comparable<? super E>>
The range of values that a metadata property can take, representable as anInternationalString
in order to make possible to return this range from thePropertyInformation.getDomainValue()
method.(package private) final class
Description of a metadata property inferred from Java reflection. -
Uses of CheckedContainer in org.apache.sis.metadata.iso.quality
Classes in org.apache.sis.metadata.iso.quality that implement CheckedContainerModifier and TypeClassDescriptionprivate static final class
The start and end times as a list of O, 1 or 2 elements. -
Uses of CheckedContainer in org.apache.sis.parameter
Classes in org.apache.sis.parameter that implement CheckedContainerModifier and TypeClassDescriptionprivate static final class
TheDefaultParameterDescriptorGroup.descriptors
as an unmodifiable list. -
Uses of CheckedContainer in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement CheckedContainerModifier and TypeClassDescriptionclass
IdentifiedObjectSet<T extends org.opengis.referencing.IdentifiedObject>
A lazy set ofIdentifiedObject
instances created from their authority codes only when first needed. -
Uses of CheckedContainer in org.apache.sis.referencing.factory.sql
Classes in org.apache.sis.referencing.factory.sql that implement CheckedContainerModifier and TypeClassDescription(package private) final class
A lazy set ofCoordinateOperation
objects to be returned by theEPSGDataAccess.createFromCoordinateReferenceSystemCodes(String, String)
method. -
Uses of CheckedContainer in org.apache.sis.util.collection
Classes in org.apache.sis.util.collection that implement CheckedContainerModifier and TypeClassDescriptionclass
CodeListSet<E extends org.opengis.util.CodeList<E>>
A specializedSet
implementation for use withCodeList
values.private static final class
Implementation ofDefaultTreeTable.Node
children list.(package private) class
DerivedSet<S,
E> A set whose values are derived on-the-fly from another set.private static final class
DerivedSet.Bijective<S,
E> ADerivedSet
for converters that are both invertible and bijective.private static class
ADerivedSet
for invertible converters.class
RangeSet<E extends Comparable<? super E>>
An ordered set of disjoint ranges where overlapping ranges are merged.private static final class
RangeSet.Numeric<E extends Number & Comparable<? super E>>
ARangeSet
implementation forNumberRange
elements.class
TableColumn<V>
Identifies a column inTreeTable.Node
instances.private static final class
Implementation ofTableColumn
for the predefined constants.(package private) class
A list of children in aTreeTable.Node
.class
WeakHashSet<E>
A set of objects hold by weak references.