mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Updated buffer plugin documentation and added screenshots
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@810 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
98d0d0230b
commit
8d84807645
BIN
doc/plugins/geoprocessing/buffer/alaska_pglayer.png
Normal file
BIN
doc/plugins/geoprocessing/buffer/alaska_pglayer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
BIN
doc/plugins/geoprocessing/buffer/buffer.png
Normal file
BIN
doc/plugins/geoprocessing/buffer/buffer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
doc/plugins/geoprocessing/buffer/bufferdialog.png
Normal file
BIN
doc/plugins/geoprocessing/buffer/bufferdialog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
BIN
doc/plugins/geoprocessing/buffer/buffericon.png
Normal file
BIN
doc/plugins/geoprocessing/buffer/buffericon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 930 B |
BIN
doc/plugins/geoprocessing/buffer/bufferresult.png
Normal file
BIN
doc/plugins/geoprocessing/buffer/bufferresult.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
@ -3,6 +3,59 @@
|
||||
<title>PostGIS Buffer Plugin</title>
|
||||
</head>
|
||||
<body>
|
||||
This is the primordial test documentation for the PostGIS Buffer Plugin
|
||||
<center>
|
||||
<h2>QGIS PostGIS Buffer Plugin 0.1</h2>
|
||||
<h3>Documentation</h3>
|
||||
</center>
|
||||
The buffer plugin creates a user specified buffer around features in a PostGIS
|
||||
layer.
|
||||
The results of the buffer operation are stored in a new layer in the PostgreSQL
|
||||
database.
|
||||
<p>
|
||||
The plugin requires GEOS support compiled into PostGIS and the GEOS library
|
||||
must be installed (see <a href="http://geos.refractions.net">
|
||||
http://geos.refractions.net</a> for details).
|
||||
<p>
|
||||
<h3>Settings</h3>
|
||||
<center>
|
||||
<img alt="" src="bufferdialog.png"><p>
|
||||
</center>
|
||||
The options available in the buffer dialog are described in the table below.
|
||||
<center>
|
||||
<table cellpadding=4 border=1>
|
||||
<tr><th>Setting</th><th>Explanation</th></tr>
|
||||
<tr><td>Buffer distance in map units</td><td>The size of the buffer</td></tr>
|
||||
<tr><td>Table name for the buffered layer</td><td>This name will be used when creating the buffered layer in the database</td></tr>
|
||||
<tr><td>Spatial reference ID</td><td>The id from the spatial_references table that describes the coordinate system of the data</td></tr>
|
||||
<tr><td>Geometry column</td><td>Name for the column to store the geometry for each buffered feature</td></tr>
|
||||
<tr><td>Unique field to use as feature id</td><td>Name of the field to use as the primary key for the buffered layer. Select a field name from the list or choose <i>Create unique object id</i> to have the plugin create a primary key field</td></tr>
|
||||
<tr><td>Schema</td><td>Choose the schema to use in creating the buffered layer. Only existing schemas are displayed in the drop-down box</td></tr>
|
||||
<tr><td>Add the buffered layer to the map?</td><td>Checking this option will cause the buffer layer to be added to the map after processing is complete</td></tr>
|
||||
</table>
|
||||
</center>
|
||||
<h3>Howto</h3>
|
||||
To create a buffer:
|
||||
<ol>
|
||||
<li>Start QGIS
|
||||
<li>Add a PostgreSQL/PostGIS layer (this example uses the Alaska layer)
|
||||
<br>
|
||||
<img alt="" src="alaska_pglayer.png"><p>
|
||||
<li>Select the layer by clicking on it in the legend
|
||||
<li>Select Tools|Plugin Manager from the menu
|
||||
<li>From the Plugin Manager, click the box to the left of the Geoprocessing plugin
|
||||
<br><img alt="" src="pluginmanager.png"><p>
|
||||
<li>Click Ok to load the plugin
|
||||
<li>A new menu (Geoprocessing) is added to the menu bar and a Buffer icon is added
|
||||
to the toolbar.
|
||||
<li>Click on the Buffer icon <img src="buffericon.png" align="absmiddle"> in the toolbar
|
||||
<li>The Buffer dialog appears. Set the buffer distance to the desired size (example 1000)<br>
|
||||
<img src="buffer.png">
|
||||
<li>Clicking the <i>Add buffered layer to the map?</i> will cause the layer to be added as
|
||||
soon as the buffer is complete. The buffered layer can also be added to the map using the
|
||||
<i>Add a PostGIS</i> toolbar button.
|
||||
<p>
|
||||
<img src="bufferresult.png">
|
||||
</ol>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
BIN
doc/plugins/geoprocessing/buffer/pluginmanager.png
Normal file
BIN
doc/plugins/geoprocessing/buffer/pluginmanager.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
Loading…
x
Reference in New Issue
Block a user