Class SVGTestWriter
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.io.SVGTestWriter
-
public class SVGTestWriter extends Object
- Version:
- 1.7
-
-
Constructor Summary
Constructors Constructor Description SVGTestWriter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description String
write(Geometry ga, Geometry gb, String name, String description)
String
write(Testable testable)
static String
writeSVG(Geometry ga, Geometry gb)
static String
writeTestSVG(Testable test)
-