Uses of Class
org.geotools.util.factory.FactoryFinder
-
Packages that use FactoryFinder Package Description org.geotools.coverage Coverage implementation.org.geotools.factory org.geotools.geometry.jts org.geotools.http org.geotools.process Define a Process API used to wrap up processes for reuse.org.geotools.referencing Reference systems implementation. -
-
Uses of FactoryFinder in org.geotools.coverage
Subclasses of FactoryFinder in org.geotools.coverage Modifier and Type Class Description class
CoverageFactoryFinder
Defines static methods used to access the application's default factory implementation. -
Uses of FactoryFinder in org.geotools.factory
Subclasses of FactoryFinder in org.geotools.factory Modifier and Type Class Description class
CommonFactoryFinder
Defines static methods used to access the application's default implementation for some common factories. -
Uses of FactoryFinder in org.geotools.geometry.jts
Subclasses of FactoryFinder in org.geotools.geometry.jts Modifier and Type Class Description class
JTSFactoryFinder
-
Uses of FactoryFinder in org.geotools.http
Subclasses of FactoryFinder in org.geotools.http Modifier and Type Class Description class
HTTPClientFinder
Factory finder for getting instances of HTTPClientFactory. -
Uses of FactoryFinder in org.geotools.process
Subclasses of FactoryFinder in org.geotools.process Modifier and Type Class Description class
Processors
Factory and utility methods forProcessExecutor
, andProcess
classes defined in this package. -
Uses of FactoryFinder in org.geotools.referencing
Subclasses of FactoryFinder in org.geotools.referencing Modifier and Type Class Description class
ReferencingFactoryFinder
Defines static methods used to access the application's default factory implementation.
-