|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDynamicSymbolFactoryFinder
public final class DynamicSymbolFactoryFinder
Searches for all available 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
instancesMETA-INF/services/org.geotools.renderer.style.ExternalGraphicFactory
if the are ExternalGraphicFactory
instancesThe file should contain a single line which gives the full name of the implementing class.
Example:org.geotools.data.jdbc.DBCPDataSourceFactory
trunk/gt/modules
(gt-modules.jar
) (Maven report) (SVN head)Field Summary | |
---|---|
protected static Logger |
LOGGER
The logger for the filter module. |
Method Summary | |
---|---|
static Iterator<ExternalGraphicFactory> |
getExternalGraphicFactories()
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. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final Logger LOGGER
Method Detail |
---|
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 void scanForPlugins()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |