Class GeometryFunctionInvocation
- java.lang.Object
-
- org.locationtech.jtstest.geomfunction.GeometryFunctionInvocation
-
public class GeometryFunctionInvocation extends Object
-
-
Constructor Summary
Constructors Constructor Description GeometryFunctionInvocation(GeometryFunction function, Geometry target, Object[] args)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object[]getArgs()GeometryFunctiongetFunction()StringgetSignature()static StringtoString(Object o)static StringtoString(Object[] param)
-
-
-
Constructor Detail
-
GeometryFunctionInvocation
public GeometryFunctionInvocation(GeometryFunction function, Geometry target, Object[] args)
-
-