public final class SequenceDownloadRunnable extends BoundsDownloadRunnable
| Modifier and Type | Field and Description |
|---|---|
private StreetsideData |
data |
private static java.util.function.Function<org.openstreetmap.josm.data.Bounds,java.net.URL> |
URL_GEN |
bounds, logger| Constructor and Description |
|---|
SequenceDownloadRunnable(StreetsideData data,
org.openstreetmap.josm.data.Bounds bounds) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.Function<org.openstreetmap.josm.data.Bounds,java.net.URL> |
getUrlGenerator() |
void |
run(java.net.URLConnection con) |
logConnectionInfo, runprivate final StreetsideData data
private static final java.util.function.Function<org.openstreetmap.josm.data.Bounds,java.net.URL> URL_GEN
public SequenceDownloadRunnable(StreetsideData data, org.openstreetmap.josm.data.Bounds bounds)
public void run(java.net.URLConnection con) throws java.io.IOException
run in class BoundsDownloadRunnablejava.io.IOExceptionprotected java.util.function.Function<org.openstreetmap.josm.data.Bounds,java.net.URL> getUrlGenerator()
getUrlGenerator in class BoundsDownloadRunnable