|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OsmConverter
Method Summary | |
---|---|
void |
convertNode(Node node)
Takes a node (that has its own identity) and converts it from the OSM type to the Garmin map type. |
void |
convertRelation(Relation relation)
Takes a relation and applies rules that affect the garmin types of its contained elements. |
void |
convertWay(Way way)
This takes the way and works out what kind of map feature it is and makes the relevant call to the mapper callback. |
void |
end()
Called when all conversion has been done. |
void |
setBoundingBox(Area bbox)
Set the bounding box for this map. |
Method Detail |
---|
void convertWay(Way way)
way
- The OSM way.void convertNode(Node node)
node
- The node to convert.void convertRelation(Relation relation)
relation
- The relation to convert.void setBoundingBox(Area bbox)
bbox
- The bounding area.void end()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |