Modifier and Type | Field and Description |
---|---|
private Geometry[] |
geom |
private java.lang.String |
opName |
private Geometry |
resultGeom |
private Testable |
testable |
Constructor and Description |
---|
TestCaseEdit(Geometry[] geom) |
TestCaseEdit(Geometry[] geom,
java.lang.String name) |
TestCaseEdit(PrecisionModel pm) |
TestCaseEdit(Testable tc) |
TestCaseEdit(TestCaseEdit tce) |
Modifier and Type | Method and Description |
---|---|
private static Geometry |
cloneGeometry(Geometry geom) |
void |
exchange() |
java.lang.String |
getDescription() |
Geometry[] |
getGeometries() |
Geometry |
getGeometry(int i) |
IntersectionMatrix |
getIM() |
IntersectionMatrix |
getIntersectionMatrix() |
java.lang.String |
getName() |
java.lang.String |
getOpName() |
Geometry |
getResult() |
Testable |
getTestable() |
java.lang.String |
getWellKnownText(int i) |
void |
initGeometry() |
(package private) void |
runRelate() |
void |
setGeometry(int i,
Geometry geom) |
void |
setIntersectionMatrix(IntersectionMatrix im) |
void |
setName(java.lang.String name) |
void |
setOpName(java.lang.String name) |
void |
setResult(Geometry geom) |
private Geometry[] geom
private Testable testable
private java.lang.String opName
private Geometry resultGeom
public TestCaseEdit(PrecisionModel pm)
public TestCaseEdit(Testable tc) throws ParseException
ParseException
public TestCaseEdit(TestCaseEdit tce)
public TestCaseEdit(Geometry[] geom)
public TestCaseEdit(Geometry[] geom, java.lang.String name)
public void setGeometry(int i, Geometry geom)
setGeometry
in interface Testable
public Geometry getResult()
public void setResult(Geometry geom)
public java.lang.String getOpName()
public void setOpName(java.lang.String name)
public Geometry getGeometry(int i)
getGeometry
in interface Testable
public Testable getTestable()
public IntersectionMatrix getIntersectionMatrix()
getIntersectionMatrix
in interface Testable
public void setIntersectionMatrix(IntersectionMatrix im)
setIntersectionMatrix
in interface Testable
public java.lang.String getDescription()
getDescription
in interface Testable
public java.lang.String getWellKnownText(int i)
getWellKnownText
in interface Testable
public void exchange()
public void initGeometry() throws ParseException
initGeometry
in interface Testable
ParseException
public Geometry[] getGeometries()
public IntersectionMatrix getIM()
void runRelate()