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