|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.migrate.impl.EntityContainerMigrater
public class EntityContainerMigrater
Provides a conversion between 0.5 and 0.6 entity containers.
Constructor Summary | |
---|---|
EntityContainerMigrater()
Creates a new instance. |
Method Summary | |
---|---|
EntityContainer |
migrate(EntityContainer entityContainer)
Migrates an entity container from 0.5 to 0.6 format. |
void |
process(BoundContainer entityContainer)
Process the bound. |
void |
process(NodeContainer entityContainer)
Process the node. |
void |
process(RelationContainer entityContainer)
Process the relation. |
void |
process(WayContainer entityContainer)
Process the way. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityContainerMigrater()
Method Detail |
---|
public EntityContainer migrate(EntityContainer entityContainer)
entityContainer
- The entity container to migrate.
public void process(BoundContainer entityContainer)
process
in interface EntityProcessor
entityContainer
- The bound to be processed.public void process(NodeContainer entityContainer)
process
in interface EntityProcessor
entityContainer
- The node to be processed.public void process(WayContainer entityContainer)
process
in interface EntityProcessor
entityContainer
- The way to be processed.public void process(RelationContainer entityContainer)
process
in interface EntityProcessor
entityContainer
- The relation to be processed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |