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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    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 Details

    • GeometryToObjectConverterRegistry

      public GeometryToObjectConverterRegistry()
  • Method Details

    • 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 Object>>