Class JTSTestBuilderController
- java.lang.Object
-
- com.vividsolutions.jtstest.testbuilder.controller.JTSTestBuilderController
-
public class JTSTestBuilderController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JTSTestBuilderController()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddTestCase(Geometry[] geom, java.lang.String name)static voidcopyComponentToClipboard(Coordinate pt)static voidextractComponentsToTestCase(Coordinate pt)static voidextractComponentsToTestCase(Geometry aoi)static voidgeometryViewChanged()static GeometrygetGeometryA()static GeometrygetGeometryB()static GeometryEditPanelgetGeometryEditPanel()static voidinspectGeometry()static voidinspectGeometryDialog()static voidsetFocusGeometry(int index)static voidzoomToFullExtent()static voidzoomToInput()
-
-
-
Method Detail
-
geometryViewChanged
public static void geometryViewChanged()
-
getGeometryEditPanel
public static GeometryEditPanel getGeometryEditPanel()
-
getGeometryA
public static Geometry getGeometryA()
-
getGeometryB
public static Geometry getGeometryB()
-
zoomToFullExtent
public static void zoomToFullExtent()
-
zoomToInput
public static void zoomToInput()
-
addTestCase
public static void addTestCase(Geometry[] geom, java.lang.String name)
-
extractComponentsToTestCase
public static void extractComponentsToTestCase(Coordinate pt)
-
extractComponentsToTestCase
public static void extractComponentsToTestCase(Geometry aoi)
-
copyComponentToClipboard
public static void copyComponentToClipboard(Coordinate pt)
-
setFocusGeometry
public static void setFocusGeometry(int index)
-
inspectGeometry
public static void inspectGeometry()
-
inspectGeometryDialog
public static void inspectGeometryDialog()
-
-