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

Last change on this file since 29215 was 29174, checked in by malcolmh, 13 years ago

save

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