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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Oconvert(IGeometry geometry)
-
-
-
Method Detail
-
convert
O convert(IGeometry geometry) throws GeometryConversionException
- Specified by:
convertin interfacenet.anwiba.commons.lang.functional.IConverter<IGeometry,O,GeometryConversionException>- Throws:
GeometryConversionException
-
-