Class ObjectToGeometryConverterRegistry
java.lang.Object
net.anwiba.commons.lang.collection.AbstractObjectCollection<T>
net.anwiba.commons.lang.collection.ObjectCollection<O>
net.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IObjectToGeometryConverter<? extends Object>>
net.anwiba.spatial.geometry.converter.ObjectToGeometryConverterRegistry
- All Implemented Interfaces:
Iterable<IObjectToGeometryConverter<? extends Object>>,net.anwiba.commons.lang.collection.IMutableObjectCollection<IObjectToGeometryConverter<? extends Object>>,net.anwiba.commons.lang.collection.IObjectCollection<IObjectToGeometryConverter<? extends Object>>,net.anwiba.commons.lang.collection.IObjectCollectionReceiver<IObjectToGeometryConverter<? extends Object>>,net.anwiba.commons.lang.collection.IObjectIterable<IObjectToGeometryConverter<? extends Object>>,net.anwiba.commons.lang.functional.IApplicable<IFormat>,net.anwiba.commons.utilities.registry.IApplicableRegistry<IFormat,,IObjectToGeometryConverter<? extends Object>> IObjectToGeometryConverterRegistry
public class ObjectToGeometryConverterRegistry
extends net.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IObjectToGeometryConverter<? extends Object>>
implements IObjectToGeometryConverterRegistry
-
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
-
ObjectToGeometryConverterRegistry
public ObjectToGeometryConverterRegistry()
-
-
Method Details
-
isApplicable
- Specified by:
isApplicablein interfacenet.anwiba.commons.lang.functional.IApplicable<IFormat>- Overrides:
isApplicablein classnet.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IObjectToGeometryConverter<? extends Object>>
-