Class AuthorityFactoryAdapter

All Implemented Interfaces:
AuthorityFactory, Factory, Factory, OptionalFactory, RegistrableFactory
Direct Known Subclasses:
Abstract_URI_AuthorityFactory, FallbackAuthorityFactory, HTTP_AuthorityFactory, ManyAuthoritiesFactory, TransformedAuthorityFactory

public class AuthorityFactoryAdapter extends AbstractAuthorityFactory implements OptionalFactory
An authority factory which delegates CRS, CS or datum objects creation to some other factory implementations.

All constructors are protected because this class must be subclassed in order to determine which of the DatumAuthorityFactory, CSAuthorityFactory and CRSAuthorityFactory interfaces to implement.

Since:
2.2
Author:
Martin Desruisseaux (IRD)