|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.osm.visitor.AbstractVisitor
org.openstreetmap.josm.command.Command.CloneVisitor
private static final class Command.CloneVisitor
Field Summary | |
---|---|
java.util.Map<OsmPrimitive,PrimitiveData> |
orig
|
Constructor Summary | |
---|---|
private |
Command.CloneVisitor()
|
Method Summary | |
---|---|
void |
visit(Node n)
Visiting call for points. |
void |
visit(Relation e)
Visiting call for relations. |
void |
visit(Way w)
Visiting call for lines. |
Methods inherited from class org.openstreetmap.josm.data.osm.visitor.AbstractVisitor |
---|
visit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.util.Map<OsmPrimitive,PrimitiveData> orig
Constructor Detail |
---|
private Command.CloneVisitor()
Method Detail |
---|
public void visit(Node n)
Visitor
n
- The node to inspect.public void visit(Way w)
Visitor
w
- The way to inspect.public void visit(Relation e)
Visitor
e
- The relation to inspect.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |