public interface Testable
boolean isFailed()
String getFailedMsg()
void runTest() throws ParseException
ParseException
String getName()
Geometry getGeometry(int index)
void setGeometry(int index, Geometry g)
IntersectionMatrix getIntersectionMatrix()
String getExpectedIntersectionMatrix()
void setIntersectionMatrix(IntersectionMatrix im)
void setExpectedIntersectionMatrix(String expectedIntersectionMatrix)
void initGeometry() throws ParseException
ParseException
String getDescription()
boolean isPassed()
String getWellKnownText(int i)
void setName(String name)
void setExpectedConvexHull(Geometry expectedConvexHull)
void setExpectedBoundary(Geometry boundary)
void setExpectedIntersection(Geometry expectedIntersection)
void setExpectedUnion(Geometry expectedUnion)
void setExpectedDifference(Geometry expectedDifference)
void setExpectedSymDifference(Geometry expectedSymDifference)
void setExpectedCentroid(Geometry expectedCentroid)
Geometry getExpectedConvexHull()
Geometry getExpectedBoundary()
Geometry getExpectedIntersection()
Geometry getExpectedUnion()
Geometry getExpectedDifference()
Geometry getExpectedSymDifference()
Copyright © 2016. All rights reserved.