| Modifier and Type | Class and Description |
|---|---|
class |
BaseGeometryFunction
A base for implementations of
GeometryFunction which provides most
of the required structure. |
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.
|
| 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 boolean |
GeometryFunctionRegistry.hasGeometryResult(GeometryFunction func) |
static boolean |
BaseGeometryFunction.isBinaryGeomFunction(GeometryFunction func) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFunction |
SpatialFunctionPanel.getFunction() |
GeometryFunction |
GeometryFunctionTreePanel.getFunction() |
GeometryFunction |
GeometryFunctionListPanel.getFunction() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpatialFunctionPanel.execFunction(GeometryFunction func,
boolean createNew) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFunction |
FunctionInvocation.getFunction() |
| Constructor and Description |
|---|
FunctionInvocation(GeometryFunction function,
Object[] functionParams) |
| Modifier and Type | Method and Description |
|---|---|
GeometryFunction |
GeometryFunctionEvent.getFunction() |
| Constructor and Description |
|---|
GeometryFunctionEvent(GeometryFunction source) |
Copyright © 2025. All rights reserved.