BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STBuffer

Extends STTransform

Performs a spatial buffer operation on vector data.


Copyright, SchoonerTurtles LLP, 2009-2014
@author Jim Graham

Enumerated Types

END_CAPS
    ROUND - Round
    BUTT - Butt
    SQUARE - Square

Static Functions

ReturnsFunctionThrows
Buffer(STLayerVectors TheInputLayer,STLayerVectors TheOutputLayer,
     double Distance,int QuadrantSegments,END_CAPS EndCapStyle)
Exception

Static Functions


Buffer(STLayerVectors TheInputLayer,STLayerVectors TheOutputLayer,
     double Distance,int QuadrantSegments,END_CAPS EndCapStyle) Exception

Buffers the specified vector layer.

Parameters:
    TheInputLayer - input layer can be point, polylines, or polygon
    TheOutputLayer - output layer is always polygon
    Distance - distance in reference (map) units
    QuadrantSegments - number of line segements for the end caps (more takes longer but is smoother)
    EndCapStyle - how to finish the ends of the buffers.
Throws: Exception