GME

Geospatial Modelling Environment

convert.polygonstolines

Converts polygons to lines (polylines)

Description

This tool converts the polygons in a polygon data source to lines (polylines) in a new or existing line data source. This works with multipart polygons, and with any inner rings or holes in the polygon: all the component lines that make up the polygon are included in the output line. The unique polygon ID is written to the line attribute table. Note that the resulting lines will overlap where two polygons share the same boundary (this algorithm does not simplify the resulting line data to remove segments from different polygons where there is precise overlap).

Syntax

convert.polygonstolines(in, uidfield, out, [where]);

inthe input polygon data source
uidfieldthe unique ID field of the input feature data source
outthe output line (polyline) data source
[where]the selection statement that will be applied to the feature data source to identify a subset of features to process (see full Help documentation for further details)

Example

convert.polygonstolines(in="C:\data\plots.shp", uidfield="PLOTID", out="C:\data\bndlines.shp");

convert.polygonstolines(in="C:\data\parcels.shp", uidfield="PARCELID", out="C:\data\bndlines.shp");


Messages

Please consider making a purchase to support the continued development of these tools  Read more...

An apology for failing to respond to correspondence in recent months  Read more...

Tips on how to use this interface efficiently  Read more...

Sign up for the newsletter if you wish to receive notification of updates, new functionality, bug fixes, and other related news

Links

Open Source GIS

Copyright © 2001-2010 Hawthorne L. Beyer, Spatial Ecology LLC