Class TestCaseEdit
- java.lang.Object
-
- com.vividsolutions.jtstest.testbuilder.model.TestCaseEdit
-
-
Constructor Summary
Constructors Constructor Description TestCaseEdit(Geometry[] geom)TestCaseEdit(Geometry[] geom, java.lang.String name)TestCaseEdit(PrecisionModel pm)TestCaseEdit(Testable tc)TestCaseEdit(TestCaseEdit tce)
-
Method Summary
-
-
-
Constructor Detail
-
TestCaseEdit
public TestCaseEdit(PrecisionModel pm)
-
TestCaseEdit
public TestCaseEdit(Testable tc) throws ParseException
- Throws:
ParseException
-
TestCaseEdit
public TestCaseEdit(TestCaseEdit tce)
-
TestCaseEdit
public TestCaseEdit(Geometry[] geom)
-
TestCaseEdit
public TestCaseEdit(Geometry[] geom, java.lang.String name)
-
-
Method Detail
-
setGeometry
public void setGeometry(int i, Geometry geom)- Specified by:
setGeometryin interfaceTestable
-
setIntersectionMatrix
public void setIntersectionMatrix(IntersectionMatrix im)
- Specified by:
setIntersectionMatrixin interfaceTestable
-
getResult
public Geometry getResult()
-
setResult
public void setResult(Geometry geom)
-
getOpName
public java.lang.String getOpName()
-
setOpName
public void setOpName(java.lang.String name)
-
setExpectedIntersectionMatrix
public void setExpectedIntersectionMatrix(java.lang.String expectedIntersectionMatrix)
- Specified by:
setExpectedIntersectionMatrixin interfaceTestable
-
setExpectedConvexHull
public void setExpectedConvexHull(Geometry expectedConvexHull)
- Specified by:
setExpectedConvexHullin interfaceTestable
-
setExpectedBoundary
public void setExpectedBoundary(Geometry expectedBoundary)
- Specified by:
setExpectedBoundaryin interfaceTestable
-
setExpectedIntersection
public void setExpectedIntersection(Geometry expectedIntersection)
- Specified by:
setExpectedIntersectionin interfaceTestable
-
setExpectedUnion
public void setExpectedUnion(Geometry expectedUnion)
- Specified by:
setExpectedUnionin interfaceTestable
-
setExpectedDifference
public void setExpectedDifference(Geometry expectedDifference)
- Specified by:
setExpectedDifferencein interfaceTestable
-
setExpectedSymDifference
public void setExpectedSymDifference(Geometry expectedSymDifference)
- Specified by:
setExpectedSymDifferencein interfaceTestable
-
setExpectedCentroid
public void setExpectedCentroid(Geometry expectedCentroid)
- Specified by:
setExpectedCentroidin interfaceTestable
-
getGeometry
public Geometry getGeometry(int i)
- Specified by:
getGeometryin interfaceTestable
-
getIM
public IntersectionMatrix getIM()
-
getTestable
public Testable getTestable()
-
getFailedMsg
public java.lang.String getFailedMsg()
- Specified by:
getFailedMsgin interfaceTestable
-
getIntersectionMatrix
public IntersectionMatrix getIntersectionMatrix()
- Specified by:
getIntersectionMatrixin interfaceTestable
-
getDescription
public java.lang.String getDescription()
- Specified by:
getDescriptionin interfaceTestable
-
getWellKnownText
public java.lang.String getWellKnownText(int i)
- Specified by:
getWellKnownTextin interfaceTestable
-
getExpectedIntersectionMatrix
public java.lang.String getExpectedIntersectionMatrix()
- Specified by:
getExpectedIntersectionMatrixin interfaceTestable
-
getExpectedConvexHull
public Geometry getExpectedConvexHull()
- Specified by:
getExpectedConvexHullin interfaceTestable
-
getExpectedBoundary
public Geometry getExpectedBoundary()
- Specified by:
getExpectedBoundaryin interfaceTestable
-
getExpectedIntersection
public Geometry getExpectedIntersection()
- Specified by:
getExpectedIntersectionin interfaceTestable
-
getExpectedUnion
public Geometry getExpectedUnion()
- Specified by:
getExpectedUnionin interfaceTestable
-
getExpectedDifference
public Geometry getExpectedDifference()
- Specified by:
getExpectedDifferencein interfaceTestable
-
getExpectedSymDifference
public Geometry getExpectedSymDifference()
- Specified by:
getExpectedSymDifferencein interfaceTestable
-
exchange
public void exchange()
-
runTest
public void runTest() throws ParseException- Specified by:
runTestin interfaceTestable- Throws:
ParseException
-
initGeometry
public void initGeometry() throws ParseException- Specified by:
initGeometryin interfaceTestable- Throws:
ParseException
-
getGeometries
public Geometry[] getGeometries()
-
-