Class TestCaseEdit
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.model.TestCaseEdit
-
-
Constructor Summary
Constructors Constructor Description TestCaseEdit(Geometry[] geom)TestCaseEdit(Geometry[] geom, String name)TestCaseEdit(PrecisionModel pm)TestCaseEdit(Testable tc)TestCaseEdit(TestCaseEdit tce)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Geometry[]getGeometries()GeometrygetGeometry(int i)IntersectionMatrixgetIM()IntersectionMatrixgetIntersectionMatrix()StringgetName()StringgetOpName()GeometrygetResult()TestablegetTestable()StringgetWellKnownText(int i)voidinitGeometry()voidsetGeometry(int i, Geometry geom)voidsetIntersectionMatrix(IntersectionMatrix im)voidsetName(String name)voidsetOpName(String name)voidsetResult(Geometry geom)
-
-
-
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)
-
-
Method Detail
-
setGeometry
public void setGeometry(int i, Geometry geom)- Specified by:
setGeometryin interfaceTestable
-
getResult
public Geometry getResult()
-
setResult
public void setResult(Geometry geom)
-
getOpName
public String getOpName()
-
setOpName
public void setOpName(String name)
-
getGeometry
public Geometry getGeometry(int i)
- Specified by:
getGeometryin interfaceTestable
-
getTestable
public Testable getTestable()
-
getIntersectionMatrix
public IntersectionMatrix getIntersectionMatrix()
- Specified by:
getIntersectionMatrixin interfaceTestable
-
setIntersectionMatrix
public void setIntersectionMatrix(IntersectionMatrix im)
- Specified by:
setIntersectionMatrixin interfaceTestable
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceTestable
-
getWellKnownText
public String getWellKnownText(int i)
- Specified by:
getWellKnownTextin interfaceTestable
-
initGeometry
public void initGeometry() throws ParseException- Specified by:
initGeometryin interfaceTestable- Throws:
ParseException
-
getGeometries
public Geometry[] getGeometries()
-
getIM
public IntersectionMatrix getIM()
-
-