Package | Description |
---|---|
org.locationtech.jtstest.geomop |
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,
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) |
Copyright © 2018. All rights reserved.