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.io
Methods in org.openstreetmap.josm.io that return MultiFetchServerObjectReader.FetchResult Modifier and Type Method Description MultiFetchServerObjectReader.FetchResult
MultiFetchServerObjectReader.Fetcher. call()
protected MultiFetchServerObjectReader.FetchResult
MultiFetchServerObjectReader.Fetcher. fetch(ProgressMonitor progressMonitor)
fetches the requested primitives and updates the specified progress monitor.protected MultiFetchServerObjectReader.FetchResult
MultiFetchServerObjectReader.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.FetchResult
MultiFetchServerObjectReader.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
.
-