public interface Testable
| Modifier and Type | Method and 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) |
java.lang.String getName()
Geometry getGeometry(int index)
void setGeometry(int index,
Geometry g)
IntersectionMatrix getIntersectionMatrix()
void setIntersectionMatrix(IntersectionMatrix im)
void initGeometry()
throws ParseException
ParseExceptionjava.lang.String getDescription()
java.lang.String getWellKnownText(int i)
void setName(java.lang.String name)