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 TypeClassDescriptionclass
A base for implementations ofGeometryFunction
which provides most of the required structure.class
class
AGeometryFunction
which calls a staticMethod
.Fields in org.locationtech.jtstest.geomfunction declared as GeometryFunctionModifier and TypeFieldDescriptionprivate GeometryFunction
RepeaterGeometryFunction.fun
private GeometryFunction
GeometryFunctionInvocation.function
Methods 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 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 int
BaseGeometryFunction.firstScalarParamIndex
(GeometryFunction func) static String
GeometryFunctionRegistry.functionDescriptionHTML
(GeometryFunction func) static boolean
GeometryFunctionRegistry.hasGeometryResult
(GeometryFunction func) static boolean
BaseGeometryFunction.isBinaryGeomFunction
(GeometryFunction func) static boolean
RepeaterGeometryFunction.isRepeatable
(GeometryFunction fun) static int
RepeaterGeometryFunction.repeatableArgIndex
(GeometryFunction fun) static String
GeometryFunctionUtil.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 GeometryFunction
ScalarFunctionPanel.currentFunc
private GeometryFunction
SpatialFunctionPanel.currentFunc
Methods in org.locationtech.jtstest.testbuilder that return GeometryFunctionModifier and TypeMethodDescriptionGeometryFunctionListPanel.getFunction()
GeometryFunctionTreePanel.getFunction()
SpatialFunctionPanel.getFunction()
private static GeometryFunction
GeometryFunctionTreePanel.getFunctionFromNode
(Object value) Methods in org.locationtech.jtstest.testbuilder with parameters of type GeometryFunctionModifier and TypeMethodDescriptionstatic int
SpatialFunctionPanel.attributeParamOffset
(GeometryFunction func) void
ScalarFunctionPanel.execFunction
(GeometryFunction func, boolean createNew) void
SpatialFunctionPanel.execFunction
(GeometryFunction func, boolean createNew) private void
ScalarFunctionPanel.functionChanged
(GeometryFunction func) private void
SpatialFunctionPanel.functionChanged
(GeometryFunction func) private static int
SpatialFunctionPanel.numNonGeomParams
(GeometryFunction func) (package private) static void
SpatialFunctionPanel.OLDupdateParameters
(GeometryFunction func, JComponent[] paramComp, JLabel[] paramLabel) private void
SpatialFunctionPanel.setCurrentFunction
(GeometryFunction func) private static void
SpatialFunctionPanel.setToolTipText
(JComponent control, GeometryFunction func, int i) (package private) static void
SpatialFunctionPanel.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