Uses of Class
org.geotools.util.factory.FactoryNotFoundException
Packages that use FactoryNotFoundException
Package
Description
Base classes for factories and
authority factories.
-
Uses of FactoryNotFoundException in org.geotools.referencing.factory
Methods in org.geotools.referencing.factory that throw FactoryNotFoundExceptionModifier and TypeMethodDescriptionstatic <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.