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 classRange 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 classColumns 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 classUnmodifiable 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 classThe 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 classfinal classclassAn unmodifiable view of an array.private static final classA 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) classArrayVector<E extends Number>A vector backed by an array of a primitive type.private static final classA vector backed by an array of typeString[].private static classA vector backed by an array of typebyte[].(package private) static final classA vector backed by an array of typefloat[]to be converted todoublein a way that minimizes the errors when represented in base 10.(package private) static final classA vector backed by an array of typedouble[].private static classA vector backed by an array of typefloat[].private static classA vector backed by an array of typeint[].private static classA vector backed by an array of typelong[].private static final classA vector backed by an array of typeNumber[].private static classA vector backed by an array of typeshort[].private static final classA vector backed by an array of typebyte[]to be interpreted as unsigned values.private static final classA vector backed by an array of typeint[]to be interpreted as unsigned values.private static final classA vector backed by an array of typelong[]to be interpreted as unsigned values.private static final classA vector backed by an array of typeshort[]to be interpreted as unsigned values.(package private) final classA 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 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.metadata
Classes in org.apache.sis.metadata that implement CheckedContainerModifier and TypeClassDescription(package private) final classDomainRange<E extends Number & Comparable<? super E>>The range of values that a metadata property can take, representable as anInternationalStringin order to make possible to return this range from thePropertyInformation.getDomainValue()method.(package private) final classDescription 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 classThe 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 classTheDefaultParameterDescriptorGroup.descriptorsas an unmodifiable list. -
Uses of CheckedContainer in org.apache.sis.referencing.factory
Classes in org.apache.sis.referencing.factory that implement CheckedContainerModifier and TypeClassDescriptionclassIdentifiedObjectSet<T extends org.opengis.referencing.IdentifiedObject>A lazy set ofIdentifiedObjectinstances 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 classA lazy set ofCoordinateOperationobjects 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 TypeClassDescriptionclassCodeListSet<E extends org.opengis.util.CodeList<E>>A specializedSetimplementation for use withCodeListvalues.private static final classImplementation ofDefaultTreeTable.Nodechildren list.(package private) classDerivedSet<S,E> A set whose values are derived on-the-fly from another set.private static final classDerivedSet.Bijective<S,E> ADerivedSetfor converters that are both invertible and bijective.private static classADerivedSetfor invertible converters.classRangeSet<E extends Comparable<? super E>>An ordered set of disjoint ranges where overlapping ranges are merged.private static final classRangeSet.Numeric<E extends Number & Comparable<? super E>>ARangeSetimplementation forNumberRangeelements.classTableColumn<V>Identifies a column inTreeTable.Nodeinstances.private static final classImplementation ofTableColumnfor the predefined constants.(package private) classA list of children in aTreeTable.Node.classWeakHashSet<E>A set of objects hold by weak references.