Uses of Interface
org.locationtech.jtstest.geomfunction.GeometryFunction
-
Packages that use GeometryFunction Package Description org.locationtech.jtstest.geomfunction org.locationtech.jtstest.testbuilder org.locationtech.jtstest.testbuilder.event -
-
Uses of GeometryFunction in org.locationtech.jtstest.geomfunction
Classes in org.locationtech.jtstest.geomfunction that implement GeometryFunction Modifier and Type Class Description classBaseGeometryFunctionA base for implementations ofGeometryFunctionwhich provides most of the required structure.classFilterGeometryFunctionclassRepeaterGeometryFunctionRepeats a function a given number of times.classSpreaderGeometryFunctionclassStaticMethodGeometryFunctionAGeometryFunctionwhich calls a staticMethod.Methods in org.locationtech.jtstest.geomfunction 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.GeometryFunctionGeometryFunctionRegistry. find(String name, Class<Object>[] paramTypes)Finds the first function which matches the given signature.GeometryFunctionGeometryFunctionRegistry. find(String category, String name)Finds the first function which matches the given category and name.GeometryFunctionGeometryFunctionInvocation. getFunction()Methods in org.locationtech.jtstest.geomfunction that return types with arguments of type GeometryFunction Modifier and Type Method Description List<GeometryFunction>GeometryFunctionRegistry. getFunctions()List<GeometryFunction>GeometryFunctionRegistry. getGeometryFunctions()List<GeometryFunction>GeometryFunctionRegistry. getScalarFunctions()Methods in org.locationtech.jtstest.geomfunction 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.static intBaseGeometryFunction. firstScalarParamIndex(GeometryFunction func)static StringGeometryFunctionRegistry. functionDescriptionHTML(GeometryFunction func)static booleanGeometryFunctionRegistry. hasGeometryResult(GeometryFunction func)static booleanRepeaterGeometryFunction. hasRepeatableArg(GeometryFunction fun)static booleanBaseGeometryFunction. isBinaryGeomFunction(GeometryFunction func)static booleanRepeaterGeometryFunction. isRepeatable(GeometryFunction fun)static intRepeaterGeometryFunction. repeatableArgIndex(GeometryFunction fun)static StringGeometryFunctionUtil. toolTipText(GeometryFunction func)Constructors in org.locationtech.jtstest.geomfunction with parameters of type GeometryFunction Constructor Description FilterGeometryFunction(GeometryFunction fun, double filterVal)FilterGeometryFunction(GeometryFunction fun, int op, double val)GeometryFunctionInvocation(GeometryFunction function, Geometry target, Object[] args)RepeaterGeometryFunction(GeometryFunction fun, int count)SpreaderGeometryFunction(GeometryFunction fun, boolean eachA, boolean eachB) -
Uses of GeometryFunction in org.locationtech.jtstest.testbuilder
Methods in org.locationtech.jtstest.testbuilder that return GeometryFunction Modifier and Type Method Description GeometryFunctionFunctionPanel. getFunction()GeometryFunctionGeometryFunctionListPanel. getFunction()GeometryFunctionGeometryFunctionTreePanel. getFunction()GeometryFunctionScalarFunctionPanel. getFunction()GeometryFunctionSpatialFunctionPanel. getFunction()Methods in org.locationtech.jtstest.testbuilder with parameters of type GeometryFunction Modifier and Type Method Description static intSpatialFunctionPanel. attributeParamOffset(GeometryFunction func)voidScalarFunctionPanel. execFunction(GeometryFunction func, boolean createNew)voidSpatialFunctionPanel. execFunction(GeometryFunction func, boolean createNew) -
Uses of GeometryFunction in org.locationtech.jtstest.testbuilder.event
Methods in org.locationtech.jtstest.testbuilder.event that return GeometryFunction Modifier and Type Method Description GeometryFunctionGeometryFunctionEvent. getFunction()Constructors in org.locationtech.jtstest.testbuilder.event with parameters of type GeometryFunction Constructor Description GeometryFunctionEvent(GeometryFunction source)
-