public class CreateBuildingsStep extends ConvertStep
debug| Constructor and Description |
|---|
CreateBuildingsStep(GMLMap gmlMap,
double sizeOf1m,
java.util.Random random)
Construct a CreateBuildingsStep.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Get a user-friendly description of this step.
|
protected void |
step()
Perform the step.
|
bumpMaxProgress, bumpMaxProgress, bumpProgress, doStep, getProgressBar, getStatusComponent, setProgress, setProgressLimit, setStatuspublic CreateBuildingsStep(GMLMap gmlMap, double sizeOf1m, java.util.Random random)
gmlMap - The GMLMap to use.sizeOf1m - The size of 1m in GMLMap units.random - The random number generator to use.public java.lang.String getDescription()
ConvertStepgetDescription in class ConvertStepprotected void step()
ConvertStepstep in class ConvertStep