Uses of Class
org.openstreetmap.josm.io.MultiFetchServerObjectReader.FetchResult
- 
Packages that use MultiFetchServerObjectReader.FetchResult Package Description org.openstreetmap.josm.io Provides the classes for JOSM input/output support.
- 
- 
Uses of MultiFetchServerObjectReader.FetchResult in org.openstreetmap.josm.ioMethods in org.openstreetmap.josm.io that return MultiFetchServerObjectReader.FetchResult Modifier and Type Method Description MultiFetchServerObjectReader.FetchResultMultiFetchServerObjectReader.Fetcher. call()protected MultiFetchServerObjectReader.FetchResultMultiFetchServerObjectReader.Fetcher. fetch(ProgressMonitor progressMonitor)fetches the requested primitives and updates the specified progress monitor.protected MultiFetchServerObjectReader.FetchResultMultiFetchServerObjectReader.Fetcher. multiGetIdPackage(OsmPrimitiveType type, java.util.Set<java.lang.Long> pkg, ProgressMonitor progressMonitor)invokes a Multi Get for a set of ids and a givenOsmPrimitiveType.protected MultiFetchServerObjectReader.FetchResultMultiFetchServerObjectReader.Fetcher. singleGetIdPackage(OsmPrimitiveType type, java.util.Set<java.lang.Long> pkg, ProgressMonitor progressMonitor)invokes a sequence of Multi Gets for individual ids in a set of ids and a givenOsmPrimitiveType.
 
-