Package | Description |
---|---|
org.locationtech.jtstest.geomop | |
org.locationtech.jtstest.testrunner |
Modifier and Type | Method and Description |
---|---|
Result |
TeeGeometryOperation.invoke(String opName,
Geometry geometry,
Object[] args)
Invokes the named operation
|
Result |
PreparedGeometryOperation.invoke(String opName,
Geometry geometry,
Object[] args)
Invokes the named operation
|
Result |
LoggingGeometryOperation.invoke(String opName,
Geometry geometry,
Object[] args) |
Result |
OverlayValidatedGeometryOperation.invoke(String opName,
Geometry geometry,
Object[] args)
Invokes the named operation
|
Result |
GeometryFunctionOperation.invoke(String opName,
Geometry geometry,
Object[] args) |
Result |
GeometryMethodOperation.invoke(String opName,
Geometry geometry,
Object[] args) |
Result |
GeometryOperation.invoke(String opName,
Geometry geometry,
Object[] args)
Invokes an operation on a
Geometry . |
Result |
BufferValidatedGeometryOperation.invoke(String opName,
Geometry geometry,
Object[] args)
Invokes the named operation
|
Result |
OverlayValidatedGeometryOperation.invokeValidatedOverlayOp(int opCode,
Geometry g0,
Object[] args)
Invokes an overlay op, optionally using snapping,
and optionally validating the result.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanResult |
class |
DoubleResult |
class |
GeometryResult |
class |
IntegerResult |
Modifier and Type | Method and Description |
---|---|
Result |
Test.getActualResult()
Computes the actual result and caches the result value.
|
Result |
Test.getExpectedResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
DoubleResult.equals(Result other,
double tolerance) |
boolean |
BooleanResult.equals(Result other,
double tolerance) |
boolean |
GeometryResult.equals(Result other,
double tolerance) |
boolean |
Result.equals(Result other,
double tolerance) |
boolean |
IntegerResult.equals(Result other,
double tolerance) |
boolean |
ResultMatcher.isMatch(Geometry geom,
String opName,
Object[] args,
Result actualResult,
Result expectedResult,
double tolerance)
Tests whether the actual and expected results match well
enough for the test to be considered as passed.
|
boolean |
EqualityResultMatcher.isMatch(Geometry geom,
String opName,
Object[] args,
Result actualResult,
Result expectedResult,
double tolerance)
Tests whether the two results are equal within the given
tolerance.
|
boolean |
NullResultMatcher.isMatch(Geometry geom,
String opName,
Object[] args,
Result actualResult,
Result expectedResult,
double tolerance)
Always reports a match.
|
boolean |
BufferResultMatcher.isMatch(Geometry geom,
String opName,
Object[] args,
Result actualResult,
Result expectedResult,
double tolerance)
Tests whether the two results are equal within the given
tolerance.
|
void |
Test.setResult(Result result) |
Constructor and Description |
---|
Test(TestCase testCase,
int testIndex,
String description,
String operation,
String geometryIndex,
List arguments,
Result expectedResult,
double tolerance)
Creates a Test with the given description.
|
Copyright © 2018. All rights reserved.