A file-based interface, converting to nodes, polylines, polygons, arcs and text with or without column attributes.
MapInfo files contain fully-defined symbology, so the default fx symbology is never used.
The projection and units of measure of MapInfo data are known and are set automatically by the interface.
init
This interface requires Fire to have a mapinfo atable set up before receiving eim data. The init command sets this up.
query_tables <client_string_array>
Returns the names of all .mif files in the current directory and sub-directories. This list is also selectable by the following command:
iselect * from fxtables
select {* | <column>, … } from <file> where <conditions>
Selects all or partial data from a .mif file.
none