Package | Description |
---|---|
org.locationtech.jtstest.geomop | |
org.locationtech.jtstest.testrunner |
Modifier and Type | Class and Description |
---|---|
class |
BufferValidatedGeometryOperation
A
GeometryOperation which validates the results of the
Geometry buffer() method. |
class |
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 . |
class |
GeometryMethodOperation
Invokes a named operation on a set of arguments,
the first of which is a
Geometry . |
class |
LoggingGeometryOperation
A
GeometryOperation which logs
the input and output from another
GeometryOperation . |
class |
OverlayValidatedGeometryOperation
A
GeometryOperation which validates the result of overlay operations. |
class |
PreparedGeometryOperation
A
GeometryOperation which uses PreparedGeometry s
for applicable operations. |
class |
PreparedGeometryTeeOperation |
class |
TeeGeometryOperation
A
GeometryOperation which executes the original operation
and returns that result,
but also executes a separate operation (which could be multiple operations). |
Constructor and Description |
---|
LoggingGeometryOperation(GeometryOperation geomOp) |
Modifier and Type | Method and Description |
---|---|
static GeometryOperation |
GeometryOperationLoader.createGeometryOperation(ClassLoader classLoader,
String geomOpClassname)
If anything bad happens while creating the geometry operation, just print a message and fail
|
GeometryOperation |
TestRun.getGeometryOperation() |
GeometryOperation |
TestReader.getGeometryOperation() |
static GeometryOperation |
TopologyTestApp.getGeometryOperation() |
static GeometryOperation |
JTSTestRunnerCmd.getGeometryOperation() |
Constructor and Description |
---|
TestRun(String description,
int runIndex,
PrecisionModel precisionModel,
GeometryOperation geomOp,
ResultMatcher resultMatcher,
File testFile) |
Copyright © 2019. All rights reserved.