Uses of Interface
com.vividsolutions.jtstest.function.GeometryFunction
-
-
Uses of GeometryFunction in com.vividsolutions.jtstest.function
Classes in com.vividsolutions.jtstest.function 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 com.vividsolutions.jtstest.function that return GeometryFunction Modifier and Type Method Description GeometryFunctionGeometryFunctionRegistry. find(java.lang.String name)Finds the first function which matches the given name.GeometryFunctionGeometryFunctionRegistry. find(java.lang.String name, int argCount)Finds the first function which matches the given name and argument count.GeometryFunctionGeometryFunctionRegistry. find(java.lang.String name, java.lang.Class[] paramTypes)Finds the first function which matches the given signature.Methods in com.vividsolutions.jtstest.function 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 booleanGeometryFunctionRegistry. hasGeometryResult(GeometryFunction func)static booleanBaseGeometryFunction. isBinaryGeomFunction(GeometryFunction func) -
Uses of GeometryFunction in com.vividsolutions.jtstest.testbuilder
Methods in com.vividsolutions.jtstest.testbuilder that return GeometryFunction Modifier and Type Method Description GeometryFunctionGeometryFunctionListPanel. getFunction()GeometryFunctionGeometryFunctionTreePanel. getFunction()GeometryFunctionSpatialFunctionPanel. getFunction()Methods in com.vividsolutions.jtstest.testbuilder with parameters of type GeometryFunction Modifier and Type Method Description voidSpatialFunctionPanel. execFunction(GeometryFunction func, boolean createNew) -
Uses of GeometryFunction in com.vividsolutions.jtstest.testbuilder.controller
Methods in com.vividsolutions.jtstest.testbuilder.controller that return GeometryFunction Modifier and Type Method Description GeometryFunctionFunctionInvocation. getFunction()Constructors in com.vividsolutions.jtstest.testbuilder.controller with parameters of type GeometryFunction Constructor Description FunctionInvocation(GeometryFunction function, java.lang.Object[] functionParams) -
Uses of GeometryFunction in com.vividsolutions.jtstest.testbuilder.event
Methods in com.vividsolutions.jtstest.testbuilder.event that return GeometryFunction Modifier and Type Method Description GeometryFunctionGeometryFunctionEvent. getFunction()Constructors in com.vividsolutions.jtstest.testbuilder.event with parameters of type GeometryFunction Constructor Description GeometryFunctionEvent(GeometryFunction source)
-