Uses of Class
org.geotools.util.factory.FactoryNotFoundException
-
Packages that use FactoryNotFoundException Package Description org.geotools.referencing.factory Base classes for factories and authority factories. -
-
Uses of FactoryNotFoundException in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that throw FactoryNotFoundException Modifier and Type Method Description static <T extends AuthorityFactory>
TFallbackAuthorityFactory. create(Class<T> type, Collection<T> factories)
Wraps the specified authority factories.static AuthorityFactory
FallbackAuthorityFactory. create(Collection<? extends AuthorityFactory> factories)
Wraps the specified authority factories.
-