private static final class Command.CloneVisitor extends AbstractVisitor
Modifier and Type | Field and Description |
---|---|
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.
|
visit
public final Map<OsmPrimitive,PrimitiveData> orig
private CloneVisitor()