source: osm/applications/editors/josm/plugins/smed2/src/seamap/MapHelper.java@ 29271

Last change on this file since 29271 was 29266, checked in by malcolmh, 12 years ago

save

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