See: Description
| Class | Description |
|---|---|
| AboutDialog |
Dialog to show version information about ili2fme.
|
| CreateEnumFeatureTypes | |
| Fme2iox |
Utility to convert from FME to INTERLIS IOM geometry types.
|
| FmeLogListener |
Bridge to log EhiLogger log-events to the FME-logging system.
|
| FmeUtility | |
| GeomAttrIterator | |
| GeomAttrMapping | |
| GeometryConverter | |
| GeometryEncoding | |
| Ili2Reader | |
| Ili2Writer |
INTERLIS implementation of an FME-Writer.
|
| InheritanceMapping | |
| Iox2fme |
Utility to convert from INTERLIS to FME geometry types.
|
| LinetableMapping | |
| ModelUtility | |
| StructWrapper |
Wrapper around a struct element, used to make a struct element aware of its parent.
|
| ViewableWrapper |
Wrapper around a Viewable or a SurfaceOrArea attribute to give it an FME name
and make it aware of all attributes of all specializations.
|
| Exception | Description |
|---|---|
| ConfigException | |
| DataException |
Any error in read input data.
|
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().
ch.interlis.ili2fme.Ili2fme,
Ili2Reader.read(IFMEFeature ret),
Ili2Writer.write(IFMEFeature obj)