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.String
getDescription()
Geometry
getGeometry(int index)
IntersectionMatrix
getIntersectionMatrix()
java.lang.String
getName()
java.lang.String
getWellKnownText(int i)
void
initGeometry()
void
setGeometry(int index, Geometry g)
void
setIntersectionMatrix(IntersectionMatrix im)
void
setName(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)
-
-