Uses of Interface
org.locationtech.jtstest.geomfunction.GeometryFunction
Packages that use GeometryFunction
Package
Description
-
Uses of GeometryFunction in org.locationtech.jtstest.geomfunction
Classes in org.locationtech.jtstest.geomfunction that implement GeometryFunctionModifier and TypeClassDescriptionclassA base for implementations ofGeometryFunctionwhich provides most of the required structure.classclassAGeometryFunctionwhich calls a staticMethod.Fields in org.locationtech.jtstest.geomfunction declared as GeometryFunctionModifier and TypeFieldDescriptionprivate GeometryFunctionRepeaterGeometryFunction.funprivate GeometryFunctionGeometryFunctionInvocation.functionMethods in org.locationtech.jtstest.geomfunction 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.Finds the first function which matches the given signature.GeometryFunctionInvocation.getFunction()Methods in org.locationtech.jtstest.geomfunction 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.static intBaseGeometryFunction.firstScalarParamIndex(GeometryFunction func) static StringGeometryFunctionRegistry.functionDescriptionHTML(GeometryFunction func) static booleanGeometryFunctionRegistry.hasGeometryResult(GeometryFunction func) 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 GeometryFunctionModifierConstructorDescriptionGeometryFunctionInvocation(GeometryFunction function, Object[] args) RepeaterGeometryFunction(GeometryFunction fun, int count) -
Uses of GeometryFunction in org.locationtech.jtstest.testbuilder
Fields in org.locationtech.jtstest.testbuilder declared as GeometryFunctionModifier and TypeFieldDescriptionprivate GeometryFunctionScalarFunctionPanel.currentFuncprivate GeometryFunctionSpatialFunctionPanel.currentFuncMethods in org.locationtech.jtstest.testbuilder that return GeometryFunctionModifier and TypeMethodDescriptionGeometryFunctionListPanel.getFunction()GeometryFunctionTreePanel.getFunction()SpatialFunctionPanel.getFunction()private static GeometryFunctionGeometryFunctionTreePanel.getFunctionFromNode(Object value) Methods in org.locationtech.jtstest.testbuilder with parameters of type GeometryFunctionModifier and TypeMethodDescriptionstatic intSpatialFunctionPanel.attributeParamOffset(GeometryFunction func) voidScalarFunctionPanel.execFunction(GeometryFunction func, boolean createNew) voidSpatialFunctionPanel.execFunction(GeometryFunction func, boolean createNew) private voidScalarFunctionPanel.functionChanged(GeometryFunction func) private voidSpatialFunctionPanel.functionChanged(GeometryFunction func) private static intSpatialFunctionPanel.numNonGeomParams(GeometryFunction func) (package private) static voidSpatialFunctionPanel.OLDupdateParameters(GeometryFunction func, JComponent[] paramComp, JLabel[] paramLabel) private voidSpatialFunctionPanel.setCurrentFunction(GeometryFunction func) private static voidSpatialFunctionPanel.setToolTipText(JComponent control, GeometryFunction func, int i) (package private) static voidSpatialFunctionPanel.updateParameters(GeometryFunction func, JComponent[] paramComp, JLabel[] paramLabel) -
Uses of GeometryFunction in org.locationtech.jtstest.testbuilder.event
Methods in org.locationtech.jtstest.testbuilder.event that return GeometryFunctionConstructors in org.locationtech.jtstest.testbuilder.event with parameters of type GeometryFunction