Interface IObjectToGeometryConverter<I>

All Superinterfaces:
net.anwiba.commons.lang.functional.IApplicable<IFormat>, net.anwiba.commons.lang.functional.IConverter<I,IGeometry,GeometryConversionException>, IRegistrableObjectToObjectConverter<IFormat,I,IGeometry,GeometryConversionException>

public interface IObjectToGeometryConverter<I> extends IRegistrableObjectToObjectConverter<IFormat,I,IGeometry,GeometryConversionException>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(I object)
     

    Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable

    and, isApplicable, not, or