|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.osmosis.core.migrate.impl.EntityMigrater
public class EntityMigrater
Provides conversion routines for entity classes between 0.5 and 0.6 format.
Constructor Summary | |
---|---|
EntityMigrater()
|
Method Summary | |
---|---|
Bound |
migrate(Bound entity)
Migrates a bound object from 0.5 to 0.6 format. |
Node |
migrate(Node entity)
Migrates a node object from 0.5 to 0.6 format. |
Relation |
migrate(Relation entity)
Migrates a relation object from 0.5 to 0.6 format. |
Way |
migrate(Way entity)
Migrates a way object from 0.5 to 0.6 format. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityMigrater()
Method Detail |
---|
public Bound migrate(Bound entity)
entity
- The entity to migrate.
public Node migrate(Node entity)
entity
- The entity to migrate.
public Way migrate(Way entity)
entity
- The entity to migrate.
public Relation migrate(Relation entity)
entity
- The entity to migrate.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |