Method Summary |
|
public static synchronized Set | getCoordinateSequenceFactories() Returns a set of all available implementations for the
CoordinateSequenceFactory interface. |
public static synchronized CoordinateSequenceFactory | getCoordinateSequenceFactory(Hints hints) Returns the first implementation of
CoordinateSequenceFactory matching the specified
hints. |
public static synchronized Set | getGeometryFactories() Returns a set of all available implementations for the
GeometryFactory category. |
public static synchronized GeometryFactory | getGeometryFactory(Hints hints) Returns the first implementation of
GeometryFactory matching the specified hints.
If no implementation matches, a new one is created if possible or an exception is thrown
otherwise.
Hints that may be understood includes
Hints.JTS_COORDINATE_SEQUENCE_FACTORY JTS_COORDINATE_SEQUENCE_FACTORY ,
Hints.JTS_PRECISION_MODEL JTS_PRECISION_MODEL and
Hints.JTS_SRID JTS_SRID .
Parameters: hints - An optional map of hints, or null if none. |
public static synchronized PrecisionModel | getPrecisionModel(Hints hints) Returns the first implementation of
PrecisionModel 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 | getPrecisionModels() Returns a set of all available implementations for the
PrecisionModel category. |
public static void | scanForPlugins() Scans for factory plug-ins on the application class path. |