Package org.locationtech.jtstest.test
Interface Testable
-
- All Known Implementing Classes:
TestCase,TestCaseEdit,TestRunnerTestCaseAdapter
public interface Testable- Version:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()GeometrygetGeometry(int index)IntersectionMatrixgetIntersectionMatrix()StringgetName()StringgetWellKnownText(int i)voidinitGeometry()voidsetGeometry(int index, Geometry g)voidsetIntersectionMatrix(IntersectionMatrix im)voidsetName(String name)
-
-
-
Method Detail
-
getName
String getName()
-
getGeometry
Geometry getGeometry(int index)
-
setGeometry
void setGeometry(int index, Geometry g)
-
getIntersectionMatrix
IntersectionMatrix getIntersectionMatrix()
-
setIntersectionMatrix
void setIntersectionMatrix(IntersectionMatrix im)
-
initGeometry
void initGeometry() throws ParseException- Throws:
ParseException
-
getDescription
String getDescription()
-
getWellKnownText
String getWellKnownText(int i)
-
setName
void setName(String name)
-
-