source:
osm/applications/editors/josm/plugins/smed2/src/render/MapContext.java@
30186
Last change on this file since 30186 was 30150, checked in by , 11 years ago | |
---|---|
File size: 165 bytes |
Line | |
---|---|
1 | package render; |
2 | |
3 | import java.awt.geom.Point2D; |
4 | |
5 | import s57.S57map.*; |
6 | |
7 | public interface MapContext { |
8 | Point2D getPoint(Snode coord); |
9 | double mile(Feature feature); |
10 | } |
Note:
See TracBrowser
for help on using the repository browser.