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

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

Uses of OSMFileDataSource.OwnRelation 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.OwnRelation
 Collection<OSMFileDataSource.OwnRelation> OSMFileDataSource.getRelations()
           
 

Methods in org.openstreetmap.josm.plugins.graphview.core.data.osmosis with parameters of type OSMFileDataSource.OwnRelation
 List<OSMFileDataSource.OwnMember> OSMFileDataSource.getMembers(OSMFileDataSource.OwnRelation relation)
           
 TagGroup OSMFileDataSource.getTagsR(OSMFileDataSource.OwnRelation relation)