source: osm/applications/editors/josm/plugins/smed2/src/seamap/MapContext.java@ 30120

Last change on this file since 30120 was 30025, checked in by malcolmh, 11 years ago

save

File size: 168 bytes
Line 
1package seamap;
2
3import java.awt.geom.Point2D;
4
5import seamap.SeaMap.*;
6
7public interface MapContext {
8 Point2D getPoint(Snode coord);
9 double mile(Feature feature);
10}
Note: See TracBrowser for help on using the repository browser.