Uses of Interface
org.openstreetmap.josm.data.osm.IWay

Packages that use IWay
org.openstreetmap.josm.data.osm   
org.openstreetmap.josm.data.osm.visitor   
org.openstreetmap.josm.gui   
org.openstreetmap.josm.io   
 

Uses of IWay in org.openstreetmap.josm.data.osm
 

Classes in org.openstreetmap.josm.data.osm that implement IWay
 class Way
          One full way, consisting of a list of way nodes.
 class WayData
           
 

Uses of IWay in org.openstreetmap.josm.data.osm.visitor
 

Methods in org.openstreetmap.josm.data.osm.visitor with parameters of type IWay
 void PrimitiveVisitor.visit(IWay w)
           
 

Uses of IWay in org.openstreetmap.josm.gui
 

Methods in org.openstreetmap.josm.gui with parameters of type IWay
 java.lang.String NameFormatterHook.checkFormat(IWay node, java.lang.String defaultName)
          Check the way format.
 

Uses of IWay in org.openstreetmap.josm.io
 

Methods in org.openstreetmap.josm.io with parameters of type IWay
 void OsmWriter.visit(IWay w)
           
 



JOSM