Uses of Class
org.locationtech.jtstest.geomfunction.StaticMethodGeometryFunction
-
Packages that use StaticMethodGeometryFunction Package Description org.locationtech.jtstest.geomfunction -
-
Uses of StaticMethodGeometryFunction in org.locationtech.jtstest.geomfunction
Methods in org.locationtech.jtstest.geomfunction that return StaticMethodGeometryFunction Modifier and Type Method Description static StaticMethodGeometryFunction
StaticMethodGeometryFunction. createFunction(Method method)
Methods in org.locationtech.jtstest.geomfunction that return types with arguments of type StaticMethodGeometryFunction Modifier and Type Method Description List<StaticMethodGeometryFunction>
GeometryFunctionRegistry. createFunctions(Class<?> functionClass)
CreateGeometryFunction
s for all the static methods in the given classMethod parameters in org.locationtech.jtstest.geomfunction with type arguments of type StaticMethodGeometryFunction Modifier and Type Method Description void
GeometryFunctionRegistry. add(Collection<StaticMethodGeometryFunction> funcs)
-