Class GeometryResult
- java.lang.Object
-
- org.locationtech.jtstest.testrunner.GeometryResult
-
-
Constructor Summary
Constructors Constructor Description GeometryResult(Geometry geometry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Result other, double tolerance)
Geometry
getGeometry()
String
toFormattedString()
String
toLongString()
String
toShortString()
-
-
-
Constructor Detail
-
GeometryResult
public GeometryResult(Geometry geometry)
-
-
Method Detail
-
getGeometry
public Geometry getGeometry()
-
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
-
-