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 StaticMethodGeometryFunctionStaticMethodGeometryFunction. 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)CreateGeometryFunctions 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 voidGeometryFunctionRegistry. add(Collection<StaticMethodGeometryFunction> funcs)
-