mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-07 00:02:15 -05:00
23 lines
1.5 KiB
HTML
23 lines
1.5 KiB
HTML
<html>
|
|
<head><link rel="stylesheet" type="text/css" href="help.css" /></head>
|
|
<body>
|
|
<h1 class='module'>Import ESRI E00 File</h1>
|
|
<div class='author'>(c) 2004 by O.Conrad</div>
|
|
<div class='description'>Import data sets from ESRI's E00 interchange format.<br/>
|
|
<br/>
|
|
This import filter is based on the E00 format analysis of the GRASS GIS module 'm.in.e00' written by Michel J. Wurtz. Go to the <a target="_blank" href="http://grass.itc.it/">GRASS GIS Hompage</a> for more information.<br/>
|
|
The <a target="_blank" href="http://avce00.maptools.org/e00compr/index.html">'E00Compr' library</a> written by Daniel Morissette has been used for e00 file access, so that compressed e00 files also can be read.<br/>
|
|
</div>
|
|
<h2>Parameters</h2>
|
|
<dl class='parameters'>
|
|
<dt>Tables <div class='type'>Output Table list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Shapes <div class='type'>Output Shapes list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Grids <div class='type'>Output Grid list</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Table <div class='type'>Output Data Object</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>File <div class='type'>File path</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Import Extents <div class='type'>Boolean</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Import Tick Points <div class='type'>Boolean</div></dt><dd> <div class='constraints'></div></dd>
|
|
<dt>Import Tables <div class='type'>Boolean</div></dt><dd> <div class='constraints'></div></dd>
|
|
</dl>
|
|
</body></html>
|