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 void
addTestCase(Geometry[] geom, java.lang.String name)
static void
clearResult()
static void
copyComponentToClipboard(Coordinate pt)
private static GeometryEditPanel
editPanel()
static void
exchangeGeometry()
static void
extractComponentsToTestCase(Coordinate pt)
static void
extractComponentsToTestCase(Geometry aoi)
static void
geometryViewChanged()
static Geometry
getGeometryA()
static Geometry
getGeometryB()
static GeometryEditPanel
getGeometryEditPanel()
static void
inspectGeometry()
static void
inspectGeometryDialog()
private static TestBuilderModel
model()
static void
setFillType(int fillType)
static void
setFocusGeometry(int index)
static void
setShowingLabel(boolean showLabel)
static void
setShowingOrientations(boolean showingOrientations)
static void
setShowingStructure(boolean showStructure)
static void
setShowingVertices(boolean showingVertices)
void
setShowVertexIndices(boolean showVertexIndices)
private static JTSTestBuilderToolBar
toolbar()
static void
zoomToFullExtent()
static void
zoomToInput()
-
-
-
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()
-
-