Class GeometryToObjectConverterRegistry

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isApplicable​(IFormat context)  
      • Methods inherited from class net.anwiba.commons.utilities.registry.AbstractApplicableRegistry

        get
      • Methods inherited from class net.anwiba.commons.lang.collection.AbstractObjectCollection

        add, add, isEmpty, iterator, remove, remove, removeAll, set, set, size, stream, toCollection, toList, values
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable

        and, not, or
      • Methods inherited from interface net.anwiba.commons.utilities.registry.IApplicableRegistry

        add, get
      • Methods inherited from interface net.anwiba.commons.lang.collection.IObjectIterable

        foreach
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • GeometryToObjectConverterRegistry

        public GeometryToObjectConverterRegistry()
    • Method Detail

      • isApplicable

        public boolean isApplicable​(IFormat context)
        Specified by:
        isApplicable in interface net.anwiba.commons.lang.functional.IApplicable<IFormat>
        Overrides:
        isApplicable in class net.anwiba.commons.utilities.registry.AbstractApplicableRegistry<IFormat,​IGeometryToObjectConverter<? extends java.lang.Object>>