Uses of Class
org.openstreetmap.josm.plugins.graphview.core.data.osmosis.OSMFileDataSource.OwnWay

Packages that use OSMFileDataSource.OwnWay
org.openstreetmap.josm.plugins.graphview.core.data.osmosis   
 

Uses of OSMFileDataSource.OwnWay in org.openstreetmap.josm.plugins.graphview.core.data.osmosis
 

Methods in org.openstreetmap.josm.plugins.graphview.core.data.osmosis that return types with arguments of type OSMFileDataSource.OwnWay
 Collection<OSMFileDataSource.OwnWay> OSMFileDataSource.getWays()
           
 

Methods in org.openstreetmap.josm.plugins.graphview.core.data.osmosis with parameters of type OSMFileDataSource.OwnWay
 List<OSMFileDataSource.OwnNode> OSMFileDataSource.getNodes(OSMFileDataSource.OwnWay way)
           
 TagGroup OSMFileDataSource.getTagsW(OSMFileDataSource.OwnWay way)