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
ParseException
public TestCaseEdit(TestCaseEdit tce)
public TestCaseEdit(Geometry[] geom)
public void setGeometry(int i, Geometry geom)
setGeometry
in interface Testable
public Geometry getResult()
public void setResult(Geometry geom)
public String getOpName()
public void setOpName(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 String getDescription()
getDescription
in interface Testable
public 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()
Copyright © 2023. All rights reserved.