Class DoubleResult
- java.lang.Object
-
- org.locationtech.jtstest.testrunner.DoubleResult
-
-
Constructor Summary
Constructors Constructor Description DoubleResult(Double value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Result other, double tolerance)
String
toFormattedString()
String
toLongString()
String
toShortString()
-
-
-
Constructor Detail
-
DoubleResult
public DoubleResult(Double value)
-
-
Method Detail
-
equals
public boolean equals(Result other, double tolerance)
-
toLongString
public String toLongString()
- Specified by:
toLongString
in interfaceResult
-
toFormattedString
public String toFormattedString()
- Specified by:
toFormattedString
in interfaceResult
-
toShortString
public String toShortString()
- Specified by:
toShortString
in interfaceResult
-
-