org.openstreetmap.josm.io.imagery
Class HTMLGrabber

java.lang.Object
  extended by org.openstreetmap.josm.io.imagery.Grabber
      extended by org.openstreetmap.josm.io.imagery.WMSGrabber
          extended by org.openstreetmap.josm.io.imagery.HTMLGrabber
All Implemented Interfaces:
java.lang.Runnable

public class HTMLGrabber
extends WMSGrabber


Field Summary
static StringProperty PROP_BROWSER
           
 
Fields inherited from class org.openstreetmap.josm.io.imagery.WMSGrabber
baseURL, latLonFormat
 
Fields inherited from class org.openstreetmap.josm.io.imagery.Grabber
b, canceled, layer, mv
 
Constructor Summary
HTMLGrabber(MapView mv, WMSLayer layer, boolean localOnly)
           
 
Method Summary
protected  java.awt.image.BufferedImage grab(WMSRequest request, java.net.URL url, int attempt)
           
 
Methods inherited from class org.openstreetmap.josm.io.imagery.WMSGrabber
fetch, getURL, loadFromCache, readException
 
Methods inherited from class org.openstreetmap.josm.io.imagery.Grabber
attempt, cancel, height, random, run, width
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_BROWSER

public static final StringProperty PROP_BROWSER
Constructor Detail

HTMLGrabber

public HTMLGrabber(MapView mv,
                   WMSLayer layer,
                   boolean localOnly)
Method Detail

grab

protected java.awt.image.BufferedImage grab(WMSRequest request,
                                            java.net.URL url,
                                            int attempt)
                                     throws java.io.IOException
Overrides:
grab in class WMSGrabber
Throws:
java.io.IOException


JOSM