source:
osm/applications/editors/josm/plugins/smed2/src/seamap/MapHelper.java@
29185
| Last change on this file since 29185 was 29174, checked in by , 13 years ago | |
|---|---|
| File size: 140 bytes | |
| Line | |
|---|---|
| 1 | package seamap; |
| 2 | |
| 3 | import java.awt.geom.Point2D; |
| 4 | |
| 5 | import seamap.SeaMap.Coord; |
| 6 | |
| 7 | public interface MapHelper { |
| 8 | Point2D getPoint(Coord coord); |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
