| Package | Description |
|---|---|
| org.locationtech.jtstest.geomfunction | |
| org.locationtech.jtstest.testbuilder | |
| org.locationtech.jtstest.testbuilder.event |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseGeometryFunction
A base for implementations of
GeometryFunction which provides most
of the required structure. |
class |
RepeaterGeometryFunction |
class |
StaticMethodGeometryFunction
A
GeometryFunction which calls a static
Method. |
| Modifier and Type | Method and Description |
|---|---|
GeometryFunction |
GeometryFunctionRegistry.find(String name)
Finds the first function which matches the given name.
|
GeometryFunction |
GeometryFunctionRegistry.find(String name,
Class[] paramTypes)
Finds the first function which matches the given signature.
|
GeometryFunction |
GeometryFunctionRegistry.find(String name,
int argCount)
Finds the first function which matches the given name and argument count.
|
GeometryFunction |
GeometryFunctionInvocation.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
| Constructor and Description |
|---|
GeometryFunctionInvocation(GeometryFunction function,
Object[] args) |
RepeaterGeometryFunction(GeometryFunction fun,
int count) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFunction |
GeometryFunctionTreePanel.getFunction() |
GeometryFunction |
SpatialFunctionPanel.getFunction() |
GeometryFunction |
GeometryFunctionListPanel.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
static int |
SpatialFunctionPanel.attributeParamOffset(GeometryFunction func) |
void |
SpatialFunctionPanel.execFunction(GeometryFunction func,
boolean createNew) |
void |
ScalarFunctionPanel.execFunction(GeometryFunction func,
boolean createNew) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFunction |
GeometryFunctionEvent.getFunction() |
| Constructor and Description |
|---|
GeometryFunctionEvent(GeometryFunction source) |
Copyright © 2025. All rights reserved.