com.vividsolutions.jump.workbench.ui.plugin.generate
Class BoundaryMatchDataEngine
java.lang.Object
com.vividsolutions.jump.workbench.ui.plugin.generate.BoundaryMatchDataEngine
public class BoundaryMatchDataEngine
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BoundaryMatchDataEngine
public BoundaryMatchDataEngine()
setSouthwestCornerOfLeftLayer
public void setSouthwestCornerOfLeftLayer(com.vividsolutions.jts.geom.Coordinate newSouthwestCornerOfLeftLayer)
setLayerHeightInCells
public void setLayerHeightInCells(int newLayerHeightInCells)
setLayerWidthInCells
public void setLayerWidthInCells(int newLayerWidthInCells)
setCellSideLength
public void setCellSideLength(double newCellSideLength)
setVerticesPerCellSide
public void setVerticesPerCellSide(int newVerticesPerCellSide)
setBoundaryAmplitude
public void setBoundaryAmplitude(double newBoundaryAmplitude)
setBoundaryPeriod
public void setBoundaryPeriod(double newBoundaryPeriod)
setVerticesPerBoundarySide
public void setVerticesPerBoundarySide(int newVerticesPerBoundarySide)
setMaxBoundaryPerturbation
public void setMaxBoundaryPerturbation(double newMaxBoundaryPerturbation)
setPerturbationProbability
public void setPerturbationProbability(double newPerturbationProbability)
getSouthwestCornerOfLeftLayer
public com.vividsolutions.jts.geom.Coordinate getSouthwestCornerOfLeftLayer()
getLayerHeightInCells
public int getLayerHeightInCells()
getLayerWidthInCells
public int getLayerWidthInCells()
getCellSideLength
public double getCellSideLength()
getVerticesPerCellSide
public int getVerticesPerCellSide()
getBoundaryAmplitude
public double getBoundaryAmplitude()
getBoundaryPeriod
public double getBoundaryPeriod()
getVerticesPerBoundarySide
public int getVerticesPerBoundarySide()
getMaxBoundaryPerturbation
public double getMaxBoundaryPerturbation()
getPerturbationProbability
public double getPerturbationProbability()
execute
public void execute(PlugInContext context)