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 | Field and Description |
---|---|
private GeometryFunction |
RepeaterGeometryFunction.fun |
private GeometryFunction |
GeometryFunctionInvocation.function |
Modifier and Type | Method and Description |
---|---|
GeometryFunction |
GeometryFunctionRegistry.find(java.lang.String name)
Finds the first function which matches the given name.
|
GeometryFunction |
GeometryFunctionRegistry.find(java.lang.String name,
java.lang.Class[] paramTypes)
Finds the first function which matches the given signature.
|
GeometryFunction |
GeometryFunctionRegistry.find(java.lang.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 java.lang.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 java.lang.String |
GeometryFunctionUtil.toolTipText(GeometryFunction func) |
Constructor and Description |
---|
GeometryFunctionInvocation(GeometryFunction function,
java.lang.Object[] args) |
RepeaterGeometryFunction(GeometryFunction fun,
int count) |
Modifier and Type | Field and Description |
---|---|
private GeometryFunction |
SpatialFunctionPanel.currentFunc |
private GeometryFunction |
ScalarFunctionPanel.currentFunc |
Modifier and Type | Method and Description |
---|---|
GeometryFunction |
SpatialFunctionPanel.getFunction() |
GeometryFunction |
GeometryFunctionTreePanel.getFunction() |
GeometryFunction |
GeometryFunctionListPanel.getFunction() |
private static GeometryFunction |
GeometryFunctionTreePanel.getFunctionFromNode(java.lang.Object value) |
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) |
private void |
SpatialFunctionPanel.functionChanged(GeometryFunction func) |
private void |
ScalarFunctionPanel.functionChanged(GeometryFunction func) |
private static int |
SpatialFunctionPanel.numNonGeomParams(GeometryFunction func) |
(package private) static void |
SpatialFunctionPanel.OLDupdateParameters(GeometryFunction func,
javax.swing.JComponent[] paramComp,
javax.swing.JLabel[] paramLabel) |
private void |
SpatialFunctionPanel.setCurrentFunction(GeometryFunction func) |
private static void |
SpatialFunctionPanel.setToolTipText(javax.swing.JComponent control,
GeometryFunction func,
int i) |
(package private) static void |
SpatialFunctionPanel.updateParameters(GeometryFunction func,
javax.swing.JComponent[] paramComp,
javax.swing.JLabel[] paramLabel) |
Modifier and Type | Method and Description |
---|---|
GeometryFunction |
GeometryFunctionEvent.getFunction() |
Constructor and Description |
---|
GeometryFunctionEvent(GeometryFunction source) |