* Returns a set of all available implementations for the {@link GeometryFactory} category.
*
* @return Set of available geometry factory implementations.
*/
public static synchronized Set getGeometryFactories() {
return new LazySet(getServiceRegistry().getServiceProviders(GeometryFactory.class, null, null));
}