Changeset 32393 in osm for applications/editors/josm/plugins/seachart/src/symbols/Topmarks.java
- Timestamp:
- 2016-06-24T02:19:11+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/symbols/Topmarks.java
r32380 r32393 475 475 } 476 476 477 public static final EnumMap<TopSHP, Symbol> Shapes = new EnumMap< TopSHP, Symbol>(TopSHP.class);477 public static final EnumMap<TopSHP, Symbol> Shapes = new EnumMap<>(TopSHP.class); 478 478 static { 479 479 Shapes.put(TopSHP.TOP_BESM, TopBesom); Shapes.put(TopSHP.TOP_IBESM, TopIBesom); Shapes.put(TopSHP.TOP_BORD, TopBoard); Shapes.put(TopSHP.TOP_CAN, TopCan); … … 489 489 } 490 490 491 public static final EnumMap<BoySHP, Delta> BuoyDeltas = new EnumMap< BoySHP, Delta>(BoySHP.class);491 public static final EnumMap<BoySHP, Delta> BuoyDeltas = new EnumMap<>(BoySHP.class); 492 492 static { 493 493 BuoyDeltas.put(BoySHP.BOY_PILR, new Delta(Handle.BC, new AffineTransform(0.948324, 0.317305, -0.3173047, 0.948324, 31.5, -95.0)));
Note:
See TracChangeset
for help on using the changeset viewer.
