| Constructor and Description |
|---|
TestCaseEdit(Geometry[] geom) |
TestCaseEdit(Geometry[] geom,
String name) |
TestCaseEdit(PrecisionModel pm) |
TestCaseEdit(Testable tc) |
TestCaseEdit(TestCaseEdit tce) |
| Modifier and Type | Method and Description |
|---|---|
void |
exchange() |
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) |
public TestCaseEdit(PrecisionModel pm)
public TestCaseEdit(Testable tc) throws ParseException
ParseExceptionpublic TestCaseEdit(TestCaseEdit tce)
public TestCaseEdit(Geometry[] geom)
public void setGeometry(int i,
Geometry geom)
setGeometry in interface Testablepublic Geometry getResult()
public void setResult(Geometry geom)
public String getOpName()
public void setOpName(String name)
public Geometry getGeometry(int i)
getGeometry in interface Testablepublic Testable getTestable()
public IntersectionMatrix getIntersectionMatrix()
getIntersectionMatrix in interface Testablepublic void setIntersectionMatrix(IntersectionMatrix im)
setIntersectionMatrix in interface Testablepublic String getDescription()
getDescription in interface Testablepublic String getWellKnownText(int i)
getWellKnownText in interface Testablepublic void exchange()
public void initGeometry()
throws ParseException
initGeometry in interface TestableParseExceptionpublic Geometry[] getGeometries()
public IntersectionMatrix getIM()
Copyright © 2025. All rights reserved.