public class TestBuilderModel extends Object
Modifier and Type | Field and Description |
---|---|
protected static boolean |
isMagnifyingTopology |
static int |
MAX_DISPLAY_POINTS |
protected static boolean |
showingCoordinates |
protected static boolean |
showingGrid |
protected static boolean |
showingLabel |
protected static boolean |
showingOrientation |
protected static boolean |
showingStructure |
protected static boolean |
showingVertices |
protected static double |
topologyStretchSize |
Constructor and Description |
---|
TestBuilderModel() |
public static int MAX_DISPLAY_POINTS
protected static boolean showingGrid
protected static boolean showingStructure
protected static boolean showingOrientation
protected static boolean showingVertices
protected static boolean showingLabel
protected static boolean showingCoordinates
protected static boolean isMagnifyingTopology
protected static double topologyStretchSize
public static boolean isShowingStructure()
public static void setShowingStructure(boolean show)
public static boolean isShowingOrientation()
public static void setShowingOrientation(boolean show)
public static boolean isShowingGrid()
public static void setShowingGrid(boolean show)
public static boolean isShowingVertices()
public static void setShowingVertices(boolean show)
public static void setShowingLabel(boolean show)
public static boolean isShowingLabel()
public boolean isMagnifyingTopology()
public void setMagnifyingTopology(boolean show)
public void setTopologyStretchSize(double pixels)
public double getTopologyStretchSize()
public GeometryEditModel getGeometryEditModel()
public PrecisionModel getPrecisionModel()
public void setPrecisionModel(PrecisionModel precisionModel)
public GeometryFactory getGeometryFactory()
public LayerList getLayers()
public void pasteGeometry(int geomIndex) throws ParseException, IOException
ParseException
IOException
public Geometry readGeometryText(String geomStr) throws ParseException, IOException
ParseException
IOException
public void loadMultipleGeometriesFromFile(int geomIndex, String filename) throws Exception
Exception
public void loadGeometryText(String wktA, String wktB) throws ParseException, IOException
ParseException
IOException
public void initTestCaseList()
public void initList(TestCaseList tcl)
public void createNew()
public List getTestCases()
public TestCaseList getTestCaseList()
public void setCurrentTestCase(TestCaseEdit testCase)
public TestCaseEdit getCurrentTestCaseEdit()
public Testable getCurrentTestable()
public int getCurrentTestIndex()
public TestCaseList getTestList()
public int getTestListSize()
public void openXmlFilesAndDirectories(File[] files) throws Exception
Exception
public void loadEditList(TestCaseList tcl) throws ParseException
ParseException
public List getParsingProblems()
public boolean hasParseErrors()
public void prevCase()
public void nextCase()
public void copyCase()
public void addCase(Geometry[] geoms)
public void deleteCase()
public void setResult(Object result)
public Object getResult()
public void setOpName(String opName)
public String getOpName()
public void copyResult(boolean isFormatted)
public void changePrecisionModel(PrecisionModel precisionModel) throws ParseException
ParseException
Copyright © 2016. All rights reserved.