This class parses the authority name and delegates the work the corresponding factory. For example if any {@code createFoo(...)} method in this class is invoked with a code startingby {@code "EPSG:"}, then this class delegates the object creation to one of the authority factories provided to the constructor.
This class is not registered in {@link ReferencingFactoryFinder}, because it is not a real authority factory. There is not a single authority name associated to this factory, but rather a set of names determined from all available authority factories. @since 2.4 @source $URL$ @version $Id$ @author Martin Desruisseaux (IRD)
|
|