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 classBaseGeometryFunctionA base for implementations ofGeometryFunctionwhich provides most of the required structure.classStaticMethodGeometryFunctionAGeometryFunctionwhich calls a staticMethod.Methods in org.locationtech.jtstest.geomop that return GeometryFunction Modifier and Type Method Description GeometryFunctionGeometryFunctionRegistry. find(String name)Finds the first function which matches the given name.GeometryFunctionGeometryFunctionRegistry. 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 voidGeometryFunctionRegistry. add(GeometryFunction func)Adds a function if it does not currently exist in the registry, or replaces the existing one with the same signature.intGeometryFunctionRegistry. findIndex(GeometryFunction func)static booleanGeometryFunctionRegistry. hasGeometryResult(GeometryFunction func)static booleanBaseGeometryFunction. isBinaryGeomFunction(GeometryFunction func)
-