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
Methods inherited from interface net.anwiba.commons.lang.functional.IApplicable
and, isApplicable, not, or
-
Method Details
-
convert
- Specified by:
convertin interfacenet.anwiba.commons.lang.functional.IConverter<IGeometry,O, GeometryConversionException> - Throws:
GeometryConversionException
-