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 String
getDescription()
Geometry[]
getGeometries()
Geometry
getGeometry(int i)
IntersectionMatrix
getIM()
IntersectionMatrix
getIntersectionMatrix()
String
getName()
String
getOpName()
Geometry
getResult()
Testable
getTestable()
String
getWellKnownText(int i)
void
initGeometry()
void
setGeometry(int i, Geometry geom)
void
setIntersectionMatrix(IntersectionMatrix im)
void
setName(String name)
void
setOpName(String name)
void
setResult(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:
setGeometry
in 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:
getGeometry
in interfaceTestable
-
getTestable
public Testable getTestable()
-
getIntersectionMatrix
public IntersectionMatrix getIntersectionMatrix()
- Specified by:
getIntersectionMatrix
in interfaceTestable
-
setIntersectionMatrix
public void setIntersectionMatrix(IntersectionMatrix im)
- Specified by:
setIntersectionMatrix
in interfaceTestable
-
getDescription
public String getDescription()
- Specified by:
getDescription
in interfaceTestable
-
getWellKnownText
public String getWellKnownText(int i)
- Specified by:
getWellKnownText
in interfaceTestable
-
initGeometry
public void initGeometry() throws ParseException
- Specified by:
initGeometry
in interfaceTestable
- Throws:
ParseException
-
getGeometries
public Geometry[] getGeometries()
-
getIM
public IntersectionMatrix getIM()
-
-