public class MakeObjectsStep extends ConvertStep
debug| Constructor and Description |
|---|
MakeObjectsStep(TemporaryMap map,
GMLMap gmlMap)
Construct a MakeObjectsStep.
|
| 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 MakeObjectsStep(TemporaryMap map, GMLMap gmlMap)
map - The TemporaryMap to read.gmlMap - The GMLMap to populate.public java.lang.String getDescription()
ConvertStepgetDescription in class ConvertStepprotected void step()
ConvertStepstep in class ConvertStep