Interface CSAuthorityFactory

All Superinterfaces:
AuthorityFactory, Factory
All Known Implementing Classes:
PseudoEpsgFactory

public interface CSAuthorityFactory extends AuthorityFactory
Creates coordinate systems using authority codes. External authorities are used to manage definitions of objects used in this interface. The definitions of these objects are referenced using code strings. A commonly used authority is the EPSG geodetic registry.

Default methods

All create(…) methods in this interface are optional. If a method is not overridden by the implementer, the default is:
Since:
1.0
See Also: