Method Summary |
|
public static synchronized Set | getAttributeFeatureFactories(Hints hints) Returns a set of all available implementations for the
FeatureTypeFactory interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized Set | getAttributeTypeFactories(Hints hints) Returns a set of all available implementations for the
AttributeTypeFactory interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized AttributeTypeFactory | getAttributeTypeFactory(Hints hints) Returns the first implementation of
AttributeTypeFactory matching the specified hints.
If no implementation matches, a new one is created if possible or an exception is thrown
otherwise.
If no hints are provided, this method typically returns an instance of
org.geotools.feature.DefaultAttributeTypeFactory .
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized FeatureCollections | getFeatureCollections(Hints hints) Returns the first implementation of
FeatureCollections matching the specified hints.
If no implementation matches, a new one is created if possible or an exception is thrown
otherwise.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized Set | getFeatureCollectionsSet(Hints hints) Returns a set of all available implementations for the
FeatureCollections interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized Set | getFeatureLockFactories(Hints hints) Returns a set of all available implementations for the
FeatureLockFactory interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized FeatureLockFactory | getFeatureLockFactory(Hints hints) Returns the first implementation of
FeatureLockFactory matching the specified hints.
If no implementation matches, a new one is created if possible or an exception is thrown
otherwise.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized FeatureTypeFactory | getFeatureTypeFactory(Hints hints) The default AttributeTypeFactory. |
public static synchronized Set | getFileDataStoreFactories(Hints hints) Returns a set of all available implementations for the
FileDataStoreFactorySpi interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized Set | getFilterFactories(Hints hints) Returns a set of all available implementations for the
FilterFactory interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized FilterFactory | getFilterFactory(Hints hints) Returns the first implementation of
FilterFactory matching the specified hints.
If no implementation matches, a new one is created if possible or an exception is thrown
otherwise.
Parameters: hints - An optional map of hints, or null if none. |
public static FilterFactory2 | getFilterFactory2(Hints hints) Returns the first implementation of
FilterFactory2 matching the specified hints.
This is a convenience method invoking
CommonFactoryFinder.getFilterFactory with a hint value set
for requerying a
FactoryFilter2 implementation.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized Set | getFunctionExpressions(Hints hints) Returns a set of all available implementations for the
FunctionExpression interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized Set | getFunctions(Hints hints) Returns a set of all available implementations for the
FunctionExpression interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized Set | getStyleFactories(Hints hints) Returns a set of all available implementations for the
StyleFactory interface.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized StyleFactory | getStyleFactory(Hints hints) Returns the first implementation of
StyleFactory matching the specified hints.
If no implementation matches, a new one is created if possible or an exception is thrown
otherwise.
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized void | scanForPlugins() Scans for factory plug-ins on the application class path. |