Uses of Class
org.apache.sis.internal.util.SetOfUnknownSize
Packages that use SetOfUnknownSize
Package
Description
A set of helper classes for the SIS implementation.
Math transform provider
implementations.
Base classes for reference systems used for general positioning.
Conversions or transformations of multi-dimensional coordinate tuples.
Addition to the collection framework.
-
Uses of SetOfUnknownSize in org.apache.sis.internal.referencing
Subclasses of SetOfUnknownSize in org.apache.sis.internal.referencingModifier and TypeClassDescriptionclassLazySet<E>An immutable set built from an iterator, which will be filled only when needed. -
Uses of SetOfUnknownSize in org.apache.sis.internal.referencing.provider
Subclasses of SetOfUnknownSize in org.apache.sis.internal.referencing.provider -
Uses of SetOfUnknownSize in org.apache.sis.referencing
Subclasses of SetOfUnknownSize in org.apache.sis.referencingModifier and TypeClassDescription(package private) final classAuthorityFactories<T extends org.opengis.referencing.AuthorityFactory>Provides the CRS, CS, datum and coordinate operation authority factories. -
Uses of SetOfUnknownSize in org.apache.sis.referencing.operation.transform
Subclasses of SetOfUnknownSize in org.apache.sis.referencing.operation.transformModifier and TypeClassDescription(package private) final classAn immutable and thread-safe set containing the operation methods given by anIterable. -
Uses of SetOfUnknownSize in org.apache.sis.util.collection
Subclasses of SetOfUnknownSize in org.apache.sis.util.collectionModifier and TypeClassDescription(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.