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