| Name | Description | Type | Package | Framework |
| AbstractFactory | Skeletal implementation of factories. | Class | org.geotools.factory | GeoTools |
|
| BasicFactories | Defines a common abstraction for getting the different factories. | Class | org.geotools.factory | GeoTools |
|
| BufferedFactory | A marker interface for factories that are buffering their objects in some way. | Interface | org.geotools.factory | GeoTools |
|
| CommonFactoryFinder | Defines static methods used to access the application's default implementation for some common factories. | Class | org.geotools.factory | GeoTools |
|
| Factory | Base interface for Geotools factories (i. | Interface | org.geotools.factory | GeoTools |
|
| FactoryCreator | A factory registry capable to creates factories if no appropriate instance was found in the registry. | Class | org.geotools.factory | GeoTools |
|
| FactoryFinder | Base class for factory finders. | Class | org.geotools.factory | GeoTools |
|
| FactoryIteratorProvider | Provides iterators over factories of specified categories. | Interface | org.geotools.factory | GeoTools |
|
| FactoryNotFoundException | Thrown when a factory can't be found in the registery. | Class | org.geotools.factory | GeoTools |
|
| FactoryRegistry | A registry for factories, organized by categories (usualy by interface). | Class | org.geotools.factory | GeoTools |
|
| FactoryRegistryException | Thrown when a factory can't be found or can't be instantiate. | Class | org.geotools.factory | GeoTools |
|
| FactoryUsingVolatileDependencies | A factory that can not determines all its dependencies at construction time. | Interface | org.geotools.factory | GeoTools |
|
| GeoTools | Static methods relative to the global GeoTools configuration. | Class | org.geotools.factory | GeoTools |
|
| Hints | A set of hints providing control on factories to be used. | Class | org.geotools.factory | GeoTools |
|
| Hints .ClassKey | A key for value that may be specified either as instance of T, or asSince:2. | Class | org.geotools.factory.Hints | GeoTools |
|
| Hints .ConfigurationMetadataKey | Keys for extra configuration options that are passed from the overhead application into queries. | Class | org.geotools.factory.Hints | GeoTools |
|
| Hints .DoubleKey | A hint used to capture a configuration setting as double. | Class | org.geotools.factory.Hints | GeoTools |
|
| Hints .FileKey | Key for hints to be specified as a File. | Class | org.geotools.factory.Hints | GeoTools |
|
| Hints .IntegerKey | A hint used to capture a configuration setting as an integer. | Class | org.geotools.factory.Hints | GeoTools |
|
| Hints .Key | The type for keys used to control various aspects of the factory creation. | Class | org.geotools.factory.Hints | GeoTools |
|
| Hints .OptionKey | Key that allows the choice of several options. | Class | org.geotools.factory.Hints | GeoTools |
|
| OptionalFactory | An optional factory that may not be available in all configurations. | Interface | org.geotools.factory | GeoTools |
|
| RecursiveSearchException | Thrown when FactoryRegistry is invoked recursively for the same category. | Class | org.geotools.factory | GeoTools |