Class GeometryToTextConverterRegistry
java.lang.Object
net.anwiba.commons.utilities.registry.ObjectRegistry<IGeometryToTextConverter>
net.anwiba.spatial.geometry.converter.GeometryToTextConverterRegistry
- All Implemented Interfaces:
Iterable<IGeometryToTextConverter>,net.anwiba.commons.utilities.registry.IObjectRegistry<IGeometryToTextConverter>,IGeometryToTextConverterRegistry
public class GeometryToTextConverterRegistry
extends net.anwiba.commons.utilities.registry.ObjectRegistry<IGeometryToTextConverter>
implements IGeometryToTextConverterRegistry
-
Constructor Summary
ConstructorsConstructorDescriptionGeometryToTextConverterRegistry(IGeometryToTextConverter geometryToTextConverter) -
Method Summary
Methods inherited from class net.anwiba.commons.utilities.registry.ObjectRegistry
isEmpty, iterator, registerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.utilities.registry.IObjectRegistry
isEmpty, registerMethods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Constructor Details
-
GeometryToTextConverterRegistry
-