public final class DynamicSymbolFactoryFinder extends Object
ExternalGraphicFactory
and MarkFactory
implementations.
In addition to implementing this interface dynamic symbol handlers should have a services file:
META-INF/services/org.geotools.renderer.style.MarkFactory
if the are MarkFactory
instances
META-INF/services/org.geotools.renderer.style.ExternalGraphicFactory
if the
are ExternalGraphicFactory
instances
The file should contain a single line which gives the full name of the implementing class.
Example:
org.geotools.data.jdbc.DBCPDataSourceFactory
Modifier and Type | Field and Description |
---|---|
protected static Logger |
LOGGER
The logger for the filter module.
|
Modifier and Type | Method and Description |
---|---|
static Iterator<ExternalGraphicFactory> |
getExternalGraphicFactories()
Finds all implementations of
ExternalGraphicFactory which have registered using the
services mechanism. |
static Iterator<ExternalGraphicFactory> |
getExternalGraphicFactories(Hints hints)
Finds all implementations of
ExternalGraphicFactory which have registered using the
services mechanism. |
static Iterator<MarkFactory> |
getMarkFactories()
Finds all implementations of
MarkFactory which have registered using the services
mechanism. |
static void |
scanForPlugins()
Scans for factory plug-ins on the application class path.
|
protected static final Logger LOGGER
public static Iterator<MarkFactory> getMarkFactories()
MarkFactory
which have registered using the services
mechanism.public static Iterator<ExternalGraphicFactory> getExternalGraphicFactories()
ExternalGraphicFactory
which have registered using the
services mechanism.public static Iterator<ExternalGraphicFactory> getExternalGraphicFactories(Hints hints)
ExternalGraphicFactory
which have registered using the
services mechanism.hints
- An optional map of hints for factory configfuration, or null
if none.public static void scanForPlugins()
Copyright © 1996–2019 Geotools. All rights reserved.