Interface IGeometryToObjectConverter<O>

All Superinterfaces:
net.anwiba.commons.lang.functional.IApplicable<IFormat>, net.anwiba.commons.lang.functional.IConverter<IGeometry,O,GeometryConversionException>, IRegistrableObjectToObjectConverter<IFormat,IGeometry,O,GeometryConversionException>
All Known Subinterfaces:
IGeometryToTextConverter

public interface IGeometryToObjectConverter<O> extends IRegistrableObjectToObjectConverter<IFormat,IGeometry,O,GeometryConversionException>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(IGeometry geometry)
     

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

    and, isApplicable, not, or