|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectOSMData
public class OSMData
OSM dataset containing nodes, areas and relations
Constructor Summary | |
---|---|
OSMData(Collection<OSMNode> nodes,
Collection<OSMWay> ways,
Collection<OSMRelation> relations)
|
Method Summary | |
---|---|
Collection<OSMNode> |
getNodes()
|
Collection<OSMRelation> |
getRelations()
|
Collection<OSMWay> |
getWays()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSMData(Collection<OSMNode> nodes, Collection<OSMWay> ways, Collection<OSMRelation> relations)
Method Detail |
---|
public Collection<OSMNode> getNodes()
public Collection<OSMWay> getWays()
public Collection<OSMRelation> getRelations()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |