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 java.lang.StringgetDescription()GeometrygetGeometry(int index)IntersectionMatrixgetIntersectionMatrix()java.lang.StringgetName()java.lang.StringgetWellKnownText(int i)voidinitGeometry()voidsetGeometry(int index, Geometry g)voidsetIntersectionMatrix(IntersectionMatrix im)voidsetName(java.lang.String name)
-
-
-
Method Detail
-
getName
java.lang.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
java.lang.String getDescription()
-
getWellKnownText
java.lang.String getWellKnownText(int i)
-
setName
void setName(java.lang.String name)
-
-