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 TypeClassDescriptionclass
LazySet<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 class
AuthorityFactories<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 class
An 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) 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.