Uses of Class
org.openstreetmap.josm.io.MultiFetchServerObjectReader

Packages that use MultiFetchServerObjectReader
org.openstreetmap.josm.gui.dialogs.relation   
org.openstreetmap.josm.gui.io   
org.openstreetmap.josm.io   
 

Uses of MultiFetchServerObjectReader in org.openstreetmap.josm.gui.dialogs.relation
 

Fields in org.openstreetmap.josm.gui.dialogs.relation declared as MultiFetchServerObjectReader
private  MultiFetchServerObjectReader DownloadRelationMemberTask.objectReader
           
 

Uses of MultiFetchServerObjectReader in org.openstreetmap.josm.gui.io
 

Fields in org.openstreetmap.josm.gui.io declared as MultiFetchServerObjectReader
private  MultiFetchServerObjectReader UpdatePrimitivesTask.multiObjectReader
           
private  MultiFetchServerObjectReader DownloadPrimitivesTask.multiObjectReader
           
 

Methods in org.openstreetmap.josm.gui.io with parameters of type MultiFetchServerObjectReader
protected  void DownloadPrimitivesTask.initMultiFetchReader(MultiFetchServerObjectReader reader)
           
protected  void UpdatePrimitivesTask.initMultiFetchReaderWithNodes(MultiFetchServerObjectReader reader)
           
protected  void UpdatePrimitivesTask.initMultiFetchReaderWithRelations(MultiFetchServerObjectReader reader)
           
protected  void UpdatePrimitivesTask.initMultiFetchReaderWithWays(MultiFetchServerObjectReader reader)
           
 

Uses of MultiFetchServerObjectReader in org.openstreetmap.josm.io
 

Methods in org.openstreetmap.josm.io that return MultiFetchServerObjectReader
 MultiFetchServerObjectReader MultiFetchServerObjectReader.append(java.util.Collection<? extends OsmPrimitive> primitives)
          appends a list of OsmPrimitive to the list of ids which will be fetched from the server.
 MultiFetchServerObjectReader MultiFetchServerObjectReader.append(DataSet ds, long id, OsmPrimitiveType type)
          appends a OsmPrimitive id to the list of ids which will be fetched from the server.
 MultiFetchServerObjectReader MultiFetchServerObjectReader.append(OsmPrimitive primitive)
          appends an OsmPrimitive to the list of ids which will be fetched from the server.
 MultiFetchServerObjectReader MultiFetchServerObjectReader.appendNode(Node node)
          appends a Node id to the list of ids which will be fetched from the server.
protected  MultiFetchServerObjectReader MultiFetchServerObjectReader.appendRelation(Relation relation)
          appends a Relation id to the list of ids which will be fetched from the server.
 MultiFetchServerObjectReader MultiFetchServerObjectReader.appendWay(Way way)
          appends a Way id and the list of ids of nodes the way refers to the list of ids which will be fetched from the server.
 



JOSM