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()
java.lang.String
toFormattedString()
java.lang.String
toLongString()
java.lang.String
toShortString()
-
-
-
Field Detail
-
geometry
private Geometry geometry
-
-
Constructor Detail
-
GeometryResult
public GeometryResult(Geometry geometry)
-
-
Method Detail
-
getGeometry
public Geometry getGeometry()
-
equals
public boolean equals(Result other, double tolerance)
-
toLongString
public java.lang.String toLongString()
- Specified by:
toLongString
in interfaceResult
-
toFormattedString
public java.lang.String toFormattedString()
- Specified by:
toFormattedString
in interfaceResult
-
toShortString
public java.lang.String toShortString()
- Specified by:
toShortString
in interfaceResult
-
-