Uses of Class
org.openstreetmap.josm.io.MultiFetchServerObjectReader
-
Packages that use MultiFetchServerObjectReader Package Description org.openstreetmap.josm.gui.dialogs.relation Toggle dialog allowing to display currently loaded relations and perform operations on them.org.openstreetmap.josm.gui.io Provides GUI classes for handling input/output operations (download, upload, save).org.openstreetmap.josm.io Provides the classes for JOSM input/output support. -
-
Uses of MultiFetchServerObjectReader in org.openstreetmap.josm.gui.dialogs.relation
Fields in org.openstreetmap.josm.gui.dialogs.relation declared as MultiFetchServerObjectReader Modifier and Type Field Description private MultiFetchServerObjectReaderDownloadRelationTask. multiObjectReaderprivate MultiFetchServerObjectReaderDownloadRelationMemberTask. objectReaderprotected MultiFetchServerObjectReaderChildRelationBrowser.DownloadTask. readerMethods in org.openstreetmap.josm.gui.dialogs.relation that return MultiFetchServerObjectReader Modifier and Type Method Description protected MultiFetchServerObjectReaderChildRelationBrowser.DownloadTask. createReader() -
Uses of MultiFetchServerObjectReader in org.openstreetmap.josm.gui.io
Fields in org.openstreetmap.josm.gui.io declared as MultiFetchServerObjectReader Modifier and Type Field Description protected MultiFetchServerObjectReaderAbstractPrimitiveTask. multiObjectReaderMethods in org.openstreetmap.josm.gui.io with parameters of type MultiFetchServerObjectReader Modifier and Type Method Description protected abstract voidAbstractPrimitiveTask. initMultiFetchReader(MultiFetchServerObjectReader reader)protected voidDownloadPrimitivesTask. initMultiFetchReader(MultiFetchServerObjectReader reader)protected voidUpdatePrimitivesTask. initMultiFetchReader(MultiFetchServerObjectReader reader) -
Uses of MultiFetchServerObjectReader in org.openstreetmap.josm.io
Subclasses of MultiFetchServerObjectReader in org.openstreetmap.josm.io Modifier and Type Class Description classMultiFetchOverpassObjectReaderRetrieves a set ofOsmPrimitives from an Overpass API server.Methods in org.openstreetmap.josm.io that return MultiFetchServerObjectReader Modifier and Type Method Description MultiFetchServerObjectReaderMultiFetchServerObjectReader. append(java.util.Collection<? extends OsmPrimitive> primitives)appends a list ofOsmPrimitiveto the list of ids which will be fetched from the server.MultiFetchServerObjectReaderMultiFetchServerObjectReader. append(DataSet ds, long id, OsmPrimitiveType type)appends aOsmPrimitiveid to the list of ids which will be fetched from the server.MultiFetchServerObjectReaderMultiFetchServerObjectReader. append(OsmPrimitive primitive)appends anOsmPrimitiveto the list of ids which will be fetched from the server.MultiFetchServerObjectReaderMultiFetchServerObjectReader. appendNode(Node node)appends aNodeid to the list of ids which will be fetched from the server.protected MultiFetchServerObjectReaderMultiFetchServerObjectReader. appendRelation(Relation relation)appends aRelationid to the list of ids which will be fetched from the server.MultiFetchServerObjectReaderMultiFetchServerObjectReader. appendWay(Way way)appends aWayid and the list of ids of nodes the way refers to the list of ids which will be fetched from the server.static MultiFetchServerObjectReaderMultiFetchServerObjectReader. create()Creates a new instance ofMultiFetchServerObjectReaderorMultiFetchOverpassObjectReaderdepending on thepreference.static MultiFetchServerObjectReaderMultiFetchServerObjectReader. create(boolean fromMirror)Creates a new instance ofMultiFetchServerObjectReaderorMultiFetchOverpassObjectReaderdepending on thefromMirrorparameter.MultiFetchServerObjectReaderMultiFetchServerObjectReader. setRecurseDownAppended(boolean recurseAppended)Determine how appended objects are treated.MultiFetchServerObjectReaderMultiFetchServerObjectReader. setRecurseDownRelations(boolean recurseDownRelations)Should downloaded relations be complete?
-