Class GeometryToObjectConverterRegistry
java.lang.Object
net.anwiba.commons.lang.collection.AbstractObjectCollection<T>
net.anwiba.commons.lang.collection.ObjectCollection<O>
net.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IGeometryToObjectConverter<? extends Object>>
net.anwiba.spatial.geometry.converter.GeometryToObjectConverterRegistry
- All Implemented Interfaces:
Iterable<IGeometryToObjectConverter<? extends Object>>,net.anwiba.commons.lang.collection.IMutableObjectCollection<IGeometryToObjectConverter<? extends Object>>,net.anwiba.commons.lang.collection.IObjectCollection<IGeometryToObjectConverter<? extends Object>>,net.anwiba.commons.lang.collection.IObjectCollectionReceiver<IGeometryToObjectConverter<? extends Object>>,net.anwiba.commons.lang.collection.IObjectIterable<IGeometryToObjectConverter<? extends Object>>,net.anwiba.commons.lang.functional.IApplicable<IFormat>,net.anwiba.commons.utilities.registry.IApplicableRegistry<IFormat,,IGeometryToObjectConverter<? extends Object>> IGeometryToObjectConverterRegistry
public class GeometryToObjectConverterRegistry
extends net.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IGeometryToObjectConverter<? extends Object>>
implements IGeometryToObjectConverterRegistry
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.anwiba.commons.utilities.registry.AbstractApplicableRegistry
getMethods inherited from class net.anwiba.commons.lang.collection.AbstractObjectCollection
add, add, isEmpty, iterator, remove, remove, removeAll, set, set, size, stream, toCollection, toList, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, not, orMethods inherited from interface net.anwiba.commons.utilities.registry.IApplicableRegistry
add, getMethods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable
foreachMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GeometryToObjectConverterRegistry
public GeometryToObjectConverterRegistry()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein interfacenet.anwiba.commons.lang.functional.IApplicable<IFormat>- Overrides:
isApplicablein classnet.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IGeometryToObjectConverter<? extends Object>>
-