Uses of Interface
org.locationtech.jtstest.geomop.GeometryFunction
Packages that use GeometryFunction
-
Uses of GeometryFunction in org.locationtech.jtstest.geomop
Classes in org.locationtech.jtstest.geomop that implement GeometryFunctionModifier and TypeClassDescriptionclass
A base for implementations ofGeometryFunction
which provides most of the required structure.class
AGeometryFunction
which calls a staticMethod
.Methods in org.locationtech.jtstest.geomop that return GeometryFunctionModifier and TypeMethodDescriptionFinds the first function which matches the given name.Finds the first function which matches the given name and argument count.Methods in org.locationtech.jtstest.geomop with parameters of type GeometryFunctionModifier and TypeMethodDescriptionvoid
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.static boolean
GeometryFunctionRegistry.hasGeometryResult
(GeometryFunction func) private Result
GeometryFunctionOperation.invoke
(GeometryFunction func, Geometry geometry, Object[] args) static boolean
BaseGeometryFunction.isBinaryGeomFunction
(GeometryFunction func)