ArgumentConverter |
|
BaseGeometryFunction |
A base for implementations of
GeometryFunction which provides most
of the required structure.
|
BufferValidatedGeometryOperation |
|
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 |
|
GeometryMethodOperation |
Invokes a named operation on a set of arguments,
the first of which is a Geometry .
|
LoggingGeometryOperation |
|
NormalizedGeometryMatcher |
|
OverlayValidatedGeometryOperation |
|
PreparedGeometryOperation |
|
PreparedGeometryTeeOperation |
|
StaticMethodGeometryFunction |
|
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.
|