Ignore:
Timestamp:
2013-12-25T11:40:00+01:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 copied

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/s57/S57map.java

    r30138 r30150  
    88 */
    99
    10 package seamap;
     10package s57;
    1111
    1212import java.util.*;
    1313
    1414import s57.S57att;
    15 import s57.S57att.Att;
     15import s57.S57att.*;
    1616import s57.S57obj;
    1717import s57.S57obj.*;
     
    1919import s57.S57val.*;
    2020
    21 public class SeaMap {
     21public class S57map {
    2222
    2323        public enum Nflag {
     
    274274        }
    275275       
    276         public SeaMap() {
     276        public S57map() {
    277277                nodes = new NodeTab();
    278278                edges = new EdgeTab();
Note: See TracChangeset for help on using the changeset viewer.