BlueSpray - Help
© SchoonerTurtles, Inc. 2012-2015

Introduction
Contents
Getting Started
Download
Navigating
Tutorials
Scripting
Advanced
About

Class STProfiler

Extends STTransform

Find the elevational profile for the features in a layer.


Copyright, SchoonerTurtles LLP, 2009
@author Jim Graham

Static Functions

ReturnsFunctionThrows
double[] Profile(STRegion TheRegion,STRaster TheRaster,
     boolean SampleOnInterval,double Interval)
Exception

Static Functions


double[] Profile(STRegion TheRegion,STRaster TheRaster,
     boolean SampleOnInterval,double Interval) Exception

Samples a raster along the points defined by a geometry.
@Issue Maybe this should take an array of xs and ys to be more flexible and
faster.

Parameters:
    TheGeometry
    TheRaster
    SampleOnInterval
    Interval
Returns:
Throws: Exception