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 java.lang.Object>>
-
- net.anwiba.spatial.geometry.converter.ObjectToGeometryConverterRegistry
-
- All Implemented Interfaces:
java.lang.Iterable<IObjectToGeometryConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.collection.IMutableObjectCollection<IObjectToGeometryConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.collection.IObjectCollection<IObjectToGeometryConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.collection.IObjectCollectionReceiver<IObjectToGeometryConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.collection.IObjectIterable<IObjectToGeometryConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.functional.IApplicable<IFormat>,net.anwiba.commons.utilities.registry.IApplicableRegistry<IFormat,IObjectToGeometryConverter<? extends java.lang.Object>>,IObjectToGeometryConverterRegistry
public class ObjectToGeometryConverterRegistry extends net.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IObjectToGeometryConverter<? extends java.lang.Object>> implements IObjectToGeometryConverterRegistry
-
-
Constructor Summary
Constructors Constructor Description ObjectToGeometryConverterRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisApplicable(IFormat context)-
Methods inherited from class net.anwiba.commons.lang.collection.AbstractObjectCollection
add, add, isEmpty, iterator, remove, remove, removeAll, set, set, size, stream, toCollection, toList, values
-
-
-
-
Method Detail
-
isApplicable
public boolean isApplicable(IFormat context)
- Specified by:
isApplicablein interfacenet.anwiba.commons.lang.functional.IApplicable<IFormat>- Overrides:
isApplicablein classnet.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IObjectToGeometryConverter<? extends java.lang.Object>>
-
-