Implementation of the INTERLIS 2 reader/writer for FME.

Ili2fme contains the main entry points called by FME. The key classes doing the workload of the reading/writing are Ili2Reader and Ili2Writer. Both classes implement an interface given by FME. The main method of Ili2Reader is read() and the main method of Ili2Writer is write().

@see ch.interlis.ili2fme.Ili2fme @see ch.interlis.ili2fme.Ili2Reader#read(IFMEFeature ret) @see ch.interlis.ili2fme.Ili2Writer#write(IFMEFeature obj)