Class JTSTestBuilderController

java.lang.Object
org.locationtech.jtstest.testbuilder.controller.JTSTestBuilderController

public class JTSTestBuilderController extends Object
  • Constructor Details

    • JTSTestBuilderController

      public JTSTestBuilderController()
  • Method Details

    • 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, 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()