| Interface | Description |
|---|---|
| GeometryFunction |
A reification of a function which can be executed on a
Geometry, possibly with other arguments. |
| GeometryMatcher |
An interface for classes which can determine whether
two geometries match, within a given tolerance.
|
| GeometryOperation |
Interface for classes which execute operations on
Geometrys. |
| Class | Description |
|---|---|
| ArgumentConverter | |
| BaseGeometryFunction |
A base for implementations of
GeometryFunction which provides most
of the required structure. |
| BufferValidatedGeometryOperation |
A
GeometryOperation which validates the results of the
Geometry buffer() method. |
| GeometryFunctionOperation |
Invokes a function from registry
or a Geometry method determined by a named operation with a list of arguments,
the first of which is a
Geometry. |
| GeometryFunctionRegistry |
A registry to manage a collection of
GeometryFunctions. |
| GeometryMethodOperation |
Invokes a named operation on a set of arguments,
the first of which is a
Geometry. |
| LoggingGeometryOperation |
A
GeometryOperation which logs
the input and output from another
GeometryOperation. |
| NormalizedGeometryMatcher | |
| OverlayValidatedGeometryOperation |
A
GeometryOperation which validates the result of overlay operations. |
| PreparedGeometryOperation |
A
GeometryOperation which uses PreparedGeometrys
for applicable operations. |
| PreparedGeometryTeeOperation | |
| StaticMethodGeometryFunction |
A
GeometryFunction which calls a static
Method. |
| TeeGeometryOperation |
A
GeometryOperation which executes the original operation
and returns that result,
but also executes a separate operation (which could be multiple operations). |
| TestCaseGeometryFunctions |
Geometry functions which
augment the existing methods on
Geometry,
for use in XML Test files. |
Copyright © 2025. All rights reserved.