Uses of Interface
org.locationtech.jtstest.geomop.GeometryFunction
-
Packages that use GeometryFunction Package Description org.locationtech.jtstest.geomop -
-
Uses of GeometryFunction in org.locationtech.jtstest.geomop
Classes in org.locationtech.jtstest.geomop that implement GeometryFunction Modifier and Type Class Description class
BaseGeometryFunction
A base for implementations ofGeometryFunction
which provides most of the required structure.class
StaticMethodGeometryFunction
AGeometryFunction
which calls a staticMethod
.Methods in org.locationtech.jtstest.geomop that return GeometryFunction Modifier and Type Method Description GeometryFunction
GeometryFunctionRegistry. find(String name)
Finds the first function which matches the given name.GeometryFunction
GeometryFunctionRegistry. find(String name, int argCount)
Finds the first function which matches the given name and argument count.Methods in org.locationtech.jtstest.geomop with parameters of type GeometryFunction Modifier and Type Method Description void
GeometryFunctionRegistry. add(GeometryFunction func)
Adds a function if it does not currently exist in the registry, or replaces the existing one with the same signature.int
GeometryFunctionRegistry. findIndex(GeometryFunction func)
static boolean
GeometryFunctionRegistry. hasGeometryResult(GeometryFunction func)
static boolean
BaseGeometryFunction. isBinaryGeomFunction(GeometryFunction func)
-