Changeset 30737 in osm for applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
- Timestamp:
- 2014-10-18T23:07:52+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/WMSLayer.java
r29922 r30737 54 54 CadastrePlugin.class.getResource("/images/cadastre_small.png"))); 55 55 56 private Vector<GeorefImage> images = new Vector< GeorefImage>();56 private Vector<GeorefImage> images = new Vector<>(); 57 57 58 58 public Lock imagesLock = new ReentrantLock(); … … 67 67 public static int currentFormat; 68 68 69 private ArrayList<EastNorthBound> dividedBbox = new ArrayList< EastNorthBound>();69 private ArrayList<EastNorthBound> dividedBbox = new ArrayList<>(); 70 70 71 71 private String location = ""; … … 540 540 int oldImgWidth = images.get(0).image.getWidth(); 541 541 int oldImgHeight = images.get(0).image.getHeight(); 542 HashSet<Double> lx = new HashSet< Double>();543 HashSet<Double> ly = new HashSet< Double>();542 HashSet<Double> lx = new HashSet<>(); 543 HashSet<Double> ly = new HashSet<>(); 544 544 for (GeorefImage img : images) { 545 545 lx.add(img.min.east());
Note:
See TracChangeset
for help on using the changeset viewer.
