public abstract class FactoryFinder extends Object
FactoryFinder
s are cover for FactoryRegistry
adding type safety, default hints and synchronization for multi-thread environments.Modifier and Type | Field and Description |
---|---|
static Hints |
EMPTY_HINTS
A set of empty hints, which exclude any system hints.
|
Modifier | Constructor and Description |
---|---|
protected |
FactoryFinder()
Creates a new factory finder.
|
Modifier and Type | Method and Description |
---|---|
static Hints |
mergeSystemHints(Hints hints)
Returns new hints that combine user supplied hints with the defaults hints.
|
public static final Hints EMPTY_HINTS
public static Hints mergeSystemHints(Hints hints)
The returned hints should live only the time needed for invoking FactoryRegistry
methods. No long-term reference should be held.
hints
- The user hints, or null
if none.null
).Copyright © 1996–2019 Geotools. All rights reserved.