Changeset 28678 in osm for applications/editors/josm/plugins/smed2/src/S57/S57att.java
- Timestamp:
- 2012-09-01T20:38:53+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/S57/S57att.java
r28648 r28678 4 4 import java.util.EnumMap; 5 5 6 import S57.S57obj;7 6 import S57.S57obj.*; 8 7 … … 222 221 } 223 222 224 public static Integer encodeAttribute(Att attribute , Integer objl) { // Convert OSeaM attribute enumeration to S57 attribute code223 public static Integer encodeAttribute(Att attribute) { // Convert OSeaM attribute enumeration to S57 attribute code 225 224 return AttS57.get(attribute) != 0 ? AttS57.get(attribute) : AttIENC.get(attribute); 226 225 }
Note:
See TracChangeset
for help on using the changeset viewer.