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
Repeats a function a given number of times.class
class
AGeometryFunction
which calls a staticMethod
.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.Finds the first function which matches the given category and name.GeometryFunctionInvocation.getFunction()
Methods in org.locationtech.jtstest.geomfunction that return types with arguments of type GeometryFunctionModifier and TypeMethodDescriptionGeometryFunctionRegistry.getFunctions()
GeometryFunctionRegistry.getGeometryFunctions()
GeometryFunctionRegistry.getScalarFunctions()
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
RepeaterGeometryFunction.hasRepeatableArg
(GeometryFunction fun) 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 GeometryFunctionModifierConstructorDescriptionFilterGeometryFunction
(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 GeometryFunctionModifier and TypeMethodDescriptionFunctionPanel.getFunction()
GeometryFunctionListPanel.getFunction()
GeometryFunctionTreePanel.getFunction()
ScalarFunctionPanel.getFunction()
SpatialFunctionPanel.getFunction()
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) -
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