Class JTSTestBuilderController
- java.lang.Object
-
- org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController
-
public class JTSTestBuilderController extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JTSTestBuilderController()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidaddTestCase(Geometry[] geom, java.lang.String name)static voidclearResult()static voidcopyComponentToClipboard(Coordinate pt)private static GeometryEditPaneleditPanel()static voidexchangeGeometry()static voidextractComponentsToTestCase(Coordinate pt)static voidextractComponentsToTestCase(Geometry aoi)static voidgeometryViewChanged()static GeometrygetGeometryA()static GeometrygetGeometryB()static GeometryEditPanelgetGeometryEditPanel()static voidinspectGeometry()static voidinspectGeometryDialog()private static TestBuilderModelmodel()static voidsetFillType(int fillType)static voidsetFocusGeometry(int index)static voidsetShowingLabel(boolean showLabel)static voidsetShowingOrientations(boolean showingOrientations)static voidsetShowingStructure(boolean showStructure)static voidsetShowingVertices(boolean showingVertices)voidsetShowVertexIndices(boolean showVertexIndices)private static JTSTestBuilderToolBartoolbar()static voidzoomToFullExtent()static voidzoomToInput()
-
-
-
Method Detail
-
setShowingStructure
public static void setShowingStructure(boolean showStructure)
-
setShowingOrientations
public static void setShowingOrientations(boolean showingOrientations)
-
setShowVertexIndices
public void setShowVertexIndices(boolean showVertexIndices)
-
setShowingVertices
public static void setShowingVertices(boolean showingVertices)
-
setShowingLabel
public static void setShowingLabel(boolean showLabel)
-
setFillType
public static void setFillType(int fillType)
-
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()
-
exchangeGeometry
public static void exchangeGeometry()
-
inspectGeometryDialog
public static void inspectGeometryDialog()
-
clearResult
public static void clearResult()
-
model
private static TestBuilderModel model()
-
editPanel
private static GeometryEditPanel editPanel()
-
toolbar
private static JTSTestBuilderToolBar toolbar()
-
-