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()
GeometryFunction
getFunction()
String
getSignature()
static String
toString(Object o)
static String
toString(Object[] param)
-
-
-
Constructor Detail
-
GeometryFunctionInvocation
public GeometryFunctionInvocation(GeometryFunction function, Geometry target, Object[] args)
-
-