Changeset 10382 in osm for applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Grabber.java
- Timestamp:
- 2008-09-02T11:23:39+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/wmsplugin/src/wmsplugin/Grabber.java
r6777 r10382 3 3 import org.openstreetmap.josm.data.Bounds; 4 4 import org.openstreetmap.josm.data.projection.Projection; 5 import java.util.ArrayList; 6 import org.openstreetmap.josm.gui.MapView; 5 7 6 8 public interface Grabber { 7 public GeorefImage grab(Bounds bounds, 8 Projection proj, double pixelPerDegree) 9 throws IOException; 9 public void start(); 10 10 }
Note:
See TracChangeset
for help on using the changeset viewer.