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 java.lang.Object>>
-
- net.anwiba.spatial.geometry.converter.GeometryToObjectConverterRegistry
-
- All Implemented Interfaces:
java.lang.Iterable<IGeometryToObjectConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.collection.IMutableObjectCollection<IGeometryToObjectConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.collection.IObjectCollection<IGeometryToObjectConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.collection.IObjectCollectionReceiver<IGeometryToObjectConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.collection.IObjectIterable<IGeometryToObjectConverter<? extends java.lang.Object>>,net.anwiba.commons.lang.functional.IApplicable<IFormat>,net.anwiba.commons.utilities.registry.IApplicableRegistry<IFormat,IGeometryToObjectConverter<? extends java.lang.Object>>,IGeometryToObjectConverterRegistry
public class GeometryToObjectConverterRegistry extends net.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,IGeometryToObjectConverter<? extends java.lang.Object>> implements IGeometryToObjectConverterRegistry
-
-
Constructor Summary
Constructors Constructor Description GeometryToObjectConverterRegistry()
-
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,IGeometryToObjectConverter<? extends java.lang.Object>>
-
-