source:
osm/applications/editors/josm/plugins/smed2/src/S57/S57dat.java@
28722
Last change on this file since 28722 was 28722, checked in by , 13 years ago | |
---|---|
File size: 203 bytes |
Line | |
---|---|
1 | package S57; |
2 | |
3 | import java.io.File; |
4 | |
5 | import S57.S57obj; |
6 | import S57.S57att; |
7 | import S57.S57val; |
8 | |
9 | public class S57dat { |
10 | |
11 | private class LRleader { |
12 | public int rlen; |
13 | } |
14 | |
15 | public S57dat(File file) { |
16 | |
17 | } |
18 | } |
Note:
See TracBrowser
for help on using the repository browser.