|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.pgsql.v0_5.impl.ActionChangeWriter
public class ActionChangeWriter
Writes entities to a database according to a specific action.
Constructor Summary | |
---|---|
ActionChangeWriter(ChangeWriter changeWriter,
ChangeAction action)
Creates a new instance. |
Method Summary | |
---|---|
void |
process(BoundContainer bound)
Process the bound. |
void |
process(NodeContainer nodeContainer)
Process the node. |
void |
process(RelationContainer relationContainer)
Process the relation. |
void |
process(WayContainer wayContainer)
Process the way. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionChangeWriter(ChangeWriter changeWriter, ChangeAction action)
changeWriter
- The underlying change writer.action
- The action to apply to all writes.Method Detail |
---|
public void process(BoundContainer bound)
process
in interface EntityProcessor
bound
- The bound to be processed.public void process(NodeContainer nodeContainer)
process
in interface EntityProcessor
nodeContainer
- The node to be processed.public void process(WayContainer wayContainer)
process
in interface EntityProcessor
wayContainer
- The way to be processed.public void process(RelationContainer relationContainer)
process
in interface EntityProcessor
relationContainer
- The relation to be processed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |