Class Providers
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.apache.sis.internal.util.SetOfUnknownSize<E>
org.apache.sis.internal.referencing.LazySet<org.opengis.referencing.operation.OperationMethod>
org.apache.sis.internal.referencing.provider.Providers
- All Implemented Interfaces:
Iterable<org.opengis.referencing.operation.OperationMethod>,Collection<org.opengis.referencing.operation.OperationMethod>,Set<org.opengis.referencing.operation.OperationMethod>
@Workaround(library="JDK",
version="1.8")
public final class Providers
extends LazySet<org.opengis.referencing.operation.OperationMethod>
The provider of coordinate operations. All operations are read from the information provided
in the
META-INF/services/org.opengis.referencing.operation.OperationMethod files.
This class is not thread-safe. Synchronization are user's responsibility.
This class is not needed on the JDK9 branch.
- Since:
- 0.7
- Version:
- 0.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcache(org.opengis.referencing.operation.OperationMethod element) Caches a new element, possibly substituting the created instance by a previously created instance.Methods inherited from class org.apache.sis.internal.referencing.LazySet
cached, initialValues, isEmpty, iterator, next, reload, sizeMethods inherited from class org.apache.sis.internal.util.SetOfUnknownSize
equals, isSizeKnown, removeAll, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSet
hashCodeMethods inherited from class java.util.AbstractCollection
add, addAll, clear, contains, containsAll, remove, retainAll, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream
-
Constructor Details
-
Providers
public Providers()Creates new set of provider.
-
-
Method Details
-
cache
protected void cache(org.opengis.referencing.operation.OperationMethod element) Caches a new element, possibly substituting the created instance by a previously created instance.
-