private static final class Command.CloneVisitor extends AbstractVisitor
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<OsmPrimitive,PrimitiveData> |
orig |
| Modifier | Constructor and Description |
|---|---|
private |
CloneVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(Node n)
Visiting call for points.
|
void |
visit(Relation e)
Visiting call for relations.
|
void |
visit(Way w)
Visiting call for lines.
|
visitpublic final java.util.Map<OsmPrimitive,PrimitiveData> orig
private CloneVisitor()