QGIS PostGIS Buffer Plugin 0.1

Documentation

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.

The plugin requires GEOS support compiled into PostGIS and the GEOS library must be installed (see http://geos.refractions.net for details).

Settings

The options available in the buffer dialog are described in the table below.
SettingExplanation
Buffer distance in map unitsThe size of the buffer
Table name for the buffered layerThis name will be used when creating the buffered layer in the database
Spatial reference IDThe id from the spatial_references table that describes the coordinate system of the data
Geometry columnName for the column to store the geometry for each buffered feature
Unique field to use as feature idName of the field to use as the primary key for the buffered layer. Select a field name from the list or choose Create unique object id to have the plugin create a primary key field
SchemaChoose the schema to use in creating the buffered layer. Only existing schemas are displayed in the drop-down box
Add the buffered layer to the map?Checking this option will cause the buffer layer to be added to the map after processing is complete

Howto

To create a buffer:
  1. Start QGIS
  2. Add a PostgreSQL/PostGIS layer (this example uses the Alaska layer)

  3. Select the layer by clicking on it in the legend
  4. Select Tools|Plugin Manager from the menu
  5. From the Plugin Manager, click the box to the left of the Geoprocessing plugin

  6. Click Ok to load the plugin
  7. A new menu (Geoprocessing) is added to the menu bar and a Buffer icon is added to the toolbar.
  8. Click on the Buffer icon in the toolbar
  9. The Buffer dialog appears. Set the buffer distance to the desired size (example 1000)
  10. Clicking the Add buffered layer to the map? 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 Add a PostGIS toolbar button.