Interface IGeometryToTextConverter

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

public interface IGeometryToTextConverter extends IGeometryToObjectConverter<String>
  • Method Summary

    Modifier and Type
    Method
    Description
    convert(IGeometry geometry)
     

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

    and, isApplicable, not, or