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 TypeClassDescriptionclassA base for implementations ofGeometryFunctionwhich provides most of the required structure.classAGeometryFunctionwhich 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 TypeMethodDescriptionvoidGeometryFunctionRegistry.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)