Uses of Class
org.geotools.referencing.factory.AllAuthoritiesFactory
-
Packages that use AllAuthoritiesFactory Package Description org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of AllAuthoritiesFactory in org.geotools.referencing.factory
Fields in org.geotools.referencing.factory declared as AllAuthoritiesFactory Modifier and Type Field Description static AllAuthoritiesFactory
AllAuthoritiesFactory. DEFAULT
An instance ofAllAuthoritiesFactory
with the default name separator and no hints.Constructors in org.geotools.referencing.factory with parameters of type AllAuthoritiesFactory Constructor Description Abstract_URI_AuthorityFactory(AllAuthoritiesFactory factory)
Creates a wrapper around the specified factory.HTTP_AuthorityFactory(AllAuthoritiesFactory factory)
Creates a wrapper around the specified factory.HTTP_URI_AuthorityFactory(AllAuthoritiesFactory factory)
Constructor.URN_AuthorityFactory(AllAuthoritiesFactory factory)
Constructor.
-