Class RepeaterGeometryFunction

java.lang.Object
org.locationtech.jtstest.geomfunction.RepeaterGeometryFunction
All Implemented Interfaces:
GeometryFunction

public class RepeaterGeometryFunction extends Object implements GeometryFunction
Repeats a function a given number of times. If the function has a single numeric argument, the argument will be multiplied by the repeat counter for every call, and the function results will be accumulated into a collection to provide the final result.
Author:
Martin Davis