Ignore:
Timestamp:
2013-01-27T17:08:57+01:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

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

    r29207 r29209  
    11091109       
    11101110        public static String decodeValue(String val, Integer attl) {          // Convert S57 attribute value string to OSeaM attribute value string
    1111                 Att att = S57att.lookupAttribute(attl);
     1111                Att att = S57att.decodeAttribute(attl);
    11121112                switch (keys.get(att).conv) {
    11131113                case A:
     
    11351135
    11361136       
    1137         public static String stringValue(AttVal attval) {                  // Convert OSeaM value struct to OSeaM attribute value string
     1137        public static String stringValue(AttVal attval) {                  // Convert OSeaM value object to OSeaM attribute value string
    11381138                switch (attval.conv) {
    11391139                case A:
     
    11711171        }
    11721172
    1173         public static AttVal convertValue(String val, Att att) {                                // Convert OSeaM attribute value string to OSeaM value struct
     1173        public static AttVal convertValue(String val, Att att) {                                // Convert OSeaM attribute value string to OSeaM value object
    11741174                switch (keys.get(att).conv) {
    11751175                case A:
Note: See TracChangeset for help on using the changeset viewer.