Changeset 30323 in osm for applications/editors/josm/plugins/smed2/src/s57
- Timestamp:
- 2014-03-14T12:32:18+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/s57/S57dec.java
r30285 r30323 12 12 import java.io.FileInputStream; 13 13 import java.io.IOException; 14 import java.util.ArrayList;15 14 16 15 import s57.S57dat.*; 17 16 import s57.S57map.*; 18 import s57.S57obj.*;19 17 20 18 public class S57dec { 21 19 22 public static MapBounds decodeFile(FileInputStream in, ArrayList<Obj> types,S57map map) throws IOException {20 public static MapBounds decodeFile(FileInputStream in, S57map map) throws IOException { 23 21 S57dat.rnum = 0; 24 22 byte[] leader = new byte[24];
Note:
See TracChangeset
for help on using the changeset viewer.